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

Element-R: Don't mark QR code verification as done until it's done #3791

Merged
merged 3 commits into from
Oct 10, 2023

Conversation

richvdh
Copy link
Member

@richvdh richvdh commented Oct 9, 2023

The rust crypto sdk doesn't actually finish QR code verification until the m.key.verification.done is received, so make sure we don't tell the application it is done before that happens.

Fixes element-hq/element-web#26293


Here's what your changelog entry will look like:

🐛 Bug Fixes

The rust crypto sdk doesn't actually finish QR code verification until the
`m.key.verification.done` is received, so make sure we don't tell the
application it is done before that happens.

Fixes element-hq/element-web#26293
Can't get the coverage high enough on this and it's not needed.
Copy link
Contributor

@florianduros florianduros left a comment

Choose a reason for hiding this comment

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

Perfect ! Thanks also for all the docs, really helpful to understand !

@richvdh richvdh added this pull request to the merge queue Oct 10, 2023
Merged via the queue into develop with commit 2f79e6c Oct 10, 2023
@richvdh richvdh deleted the rav/element-r/delay_qr_done branch October 10, 2023 10:11
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.

[Disabled] Flaky cypress test: Device verification > Verify device during login with QR code
2 participants