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

Store key backup key in cache as Uint8Array #1308

Merged
merged 4 commits into from
Apr 8, 2020

Conversation

jryans
Copy link
Collaborator

@jryans jryans commented 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

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 requested a review from a team April 7, 2020 17:32
@foldleft
Copy link
Contributor

foldleft commented Apr 8, 2020

oh this is just embarrassing for me

@jryans
Copy link
Collaborator Author

jryans commented Apr 8, 2020

oh this is just embarrassing for me

I think either @dbkr or myself added the part in bootstrap that's causing the confusion, so don't feel bad. 😅

@jryans jryans merged commit 84637c6 into develop Apr 8, 2020
@t3chguy t3chguy deleted the jryans/backup-key-cache-format branch May 10, 2022 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cached backup key doesn't seem to work for backup restore
3 participants