-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dehydrated device Settings #278
Comments
@amshakal we should find a place to gave some feedback if something went wrong. |
We should also figure out how to enable/disable device dehydration. |
My idea was to bundle that with 4S. Not sure we need more fine grain configuration. |
Yes. We should make device dehydration as transparent as possible to users - no new settings if we can avoid it. Agree to bind it to the backup. The dehydrated device also should not be visible in device lists. |
Element Web currently hides the dehydrated device from the list of devices (in the session manager and in the user side panel), but displays a separate indication that there is a dehydrated device. We don't have any special handling in Element X, but we believe that the dehydrated device will not show up in MAS. We still should have some sort of indication of its presence in the UI somewhere. Some additional considerations:
|
This is mostly done on Element Web, except for things that have separate issues, so closing. Tasks for Element X should be created separately, when we start work on dehydration in Element X. |
Related to MSC2687
and MSC3814
Dehydrated device is adding the possibility for a user to still access e2ee messages that was sent to him when he had 0 active sessions (logged out from everywhere).
In order to do that, we declare a sort of virtual device on the account that will stack up to_devices messages until you decide to claim it. In order to claim it you need a passphrase (the virtual device is saved encrypted serverside)
Impact for users
In the settings, users will always see an additional device in their device list
This would be very confusing for the user.
We have to find another place to store that dehydrated device.
We might have some managment action on the device?
@uhoreg if you see things to add, or other UX need
Proposed Solution
The text was updated successfully, but these errors were encountered: