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

Legacy crypto: re-check key backup after bootstrapSecretStorage #3692

Merged
merged 1 commit into from
Sep 5, 2023

Conversation

richvdh
Copy link
Member

@richvdh richvdh commented Sep 4, 2023

Fixes element-hq/element-web#26115.

Ideally we'd have better tests for this, but since:

  1. it's a bug in legacy crypto which we hope to kill off soon
  2. the only reason I'm fixing it now is because it broke a cypress test I'm trying to write

... I'm afraid I'm not inclined to spend a lot of time on it.

element-web notes: Fix bug which caused "Set up secure backup" flow not to actually enable backups.


Here's what your changelog entry will look like:

🐛 Bug Fixes

Copy link
Contributor

@weeman1337 weeman1337 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've checked out the branch and tested it locally. Works 👍 Thanks for fixing this!

@richvdh richvdh added this pull request to the merge queue Sep 5, 2023
Merged via the queue into develop with commit 0778c4e Sep 5, 2023
28 of 30 checks passed
@richvdh richvdh deleted the rav/fix_enable_key_backup branch September 5, 2023 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Set up secure backup" toast ... doesn't
2 participants