Added Web support#35
Conversation
|
A couple of things to have a look at, please - could already be present in
@Ojin13 can you please go through these? If possible, either fix them here or in a separate PR, whatever is easier for you. |
|
While the build succees, I am getting the following error: |
|
@quapka All issues should be fixed: 2.) Allow creating decryption tasks for groups I am not part of: Added Important Streamed approval progress example:
3.) The local authentication broken - Fixed with the proposed patch 7.) Changing the device hangs - Fixed with proper user session disposal Regarding the "Found incompatibilities with WebAssembly" warning, I will investigate it later as its not currently a blocker. |
This PR adds support for streaming task updates to so called task observers. Tasks observers are users who created a task for a group that they are not a member of (used for decryption tasks). However, since observers still need to receive updates about what happened with the tasks they created we need to stream tasks updates not only to the group participants, but also to the observers. This is what this PR introduces. Relevant PR that implements this new logic on the client: crocs-muni/meesign-client#35
|
|
@quapka good catch. I added new logic that will check if any local auth mechanism is available and if it isn't the switch for local auth is disabled and a new message bellow the switch is shown to inform the user that local authentication is not available on this device.
|





No description provided.