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
using the developer tools, edit the m.cross_signing.user_signing account data item to remove the content of the encrypted object, thus: {"encrypted": {} }
Back on the device under test, enter the newly-created recovery key to re-verify
Observe "Your key storage is out of sync" toast; click "Continue"
Obviously, the user-signing key is not being imported. The problem is that the process is failing silently.
The text was updated successfully, but these errors were encountered:
richvdh
changed the title
"Your chat backup is out of sync" notification gets stuck if secrets are not encrypted with the default 4S key
EX: Inform users when fixing "key storage out of sync" fails
Feb 27, 2025
For example:
m.cross_signing.user_signing
account data item to remove the content of theencrypted
object, thus:{"encrypted": {} }
In the logs, there is this line:
Obviously, the user-signing key is not being imported. The problem is that the process is failing silently.
The text was updated successfully, but these errors were encountered: