Skip to content
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

Cached backup key doesn't seem to work for backup restore #13057

Closed
jryans opened this issue Apr 7, 2020 · 0 comments · Fixed by matrix-org/matrix-js-sdk#1308
Closed

Cached backup key doesn't seem to work for backup restore #13057

jryans opened this issue Apr 7, 2020 · 0 comments · Fixed by matrix-org/matrix-js-sdk#1308
Assignees

Comments

@jryans
Copy link
Collaborator

jryans commented Apr 7, 2020

Step to reproduce (local synapse)

  1. Create a fresh account and bootstrap with keybackup
  2. Create encrypted room with 2 messages
  3. Go to settings, try to recover key backup

=> Actual: Prompt for passphrase
Expected -> should open backup with no issues

@jryans jryans self-assigned this Apr 7, 2020
@jryans jryans added this to In Progress in Web App Team via automation Apr 7, 2020
jryans added a commit to matrix-org/matrix-js-sdk that referenced this issue Apr 7, 2020
Bootstrap was incorrectly storing the key backup key as base64 encoded, when
instead it should be a uint8Array.

Fixes element-hq/element-web#13057
@jryans jryans moved this from In Progress to In Review in Web App Team Apr 7, 2020
jryans added a commit to matrix-org/matrix-react-sdk that referenced this issue Apr 7, 2020
Check backup key format to ease tracking such issues

Debug helper for element-hq/element-web#13057
Web App Team automation moved this from In Review to In Test Apr 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant