-
Notifications
You must be signed in to change notification settings - Fork 12
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
Device dehydration v2 #922
Comments
As discussed today, we want to make this feature transparent to the user as far as possible. As it requires key backup being enabled, we'd bind the availability of dehydrated devices to the setting to enable/disable key backup. |
Work on this can be timesheeted to the project on https://element-io.atlassian.net/browse/PSB-87 |
So a status update here: @stefanceriu above are the main ingredients that you'll need to get started on this on the iOS side, the Rust SDK branch depends on the Ruma PR, so you only need the later two. |
Where exactly do I find this in the myhours thingy? I can't seem to find a PSB-87 in the task list. |
It should just be the title of this ticket. |
@poljar I've added the task to relevant customer retainer project. |
Considering that device dehydration
can we automatically enable the feature on the client if the server-side setting is enabled? Probably doesn't make sense to have two switches to enable it and this way we could control availability centrally. |
@pmaier1 we don't tend to have HS-driven labs features due to the potential for data loss or work preventing bugs whilst thinking you are running a stable release of Element |
then we need a separate switch on the backend to force enabling the labs feature on the client. otherwise this will be unusable. |
Element web/desktop already support Such via config.json but not via anything HS driven. |
hi everyone, what is the state, because in element-hq/element-web#28173 dehydration devices are removed... |
User story
As a user, if I log out my last device, other users should still be able to send messages to me and I should be able to read them once I come back and log in with some device.
Concept
Initial device dehydration feature has several issues:
It's now replaced with MSC3814.
Tasks
WP0 Ground work
WP1 Labbing Dehydrated device support
WP2 Dehydrated device settings and management
WP3 WebR support
WPX EX support
Deprecate and remove legacy device dehydration (MSC2697)
The text was updated successfully, but these errors were encountered: