You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install Element Android 1.5.32 or older (any other version without crypto rust)
Send some events in rooms to have a significant history. Do not set up key backup at this point.
Upgrade to more recent version of Element Android
Configure key backup
Start a new session on a new client
Note that keys that could be decrypted on EA are not decryptable on the new session
The problem is that keys that were in the legacy/Realm DB are not actively migrated to the Rust DB (they are copied lazily when the client needs them). So then, when backup is set up on the Rust client, those keys are not backed up, and the new session cannot access them.
The text was updated successfully, but these errors were encountered:
The problem is that keys that were in the legacy/Realm DB are not actively migrated to the Rust DB (they are copied lazily when the client needs them). So then, when backup is set up on the Rust client, those keys are not backed up, and the new session cannot access them.
The text was updated successfully, but these errors were encountered: