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

feat(crypto): pin identity when we withdraw verification #4248

Merged
merged 1 commit into from
Nov 16, 2024

Conversation

uhoreg
Copy link
Member

@uhoreg uhoreg commented Nov 11, 2024

Withdrawing verification implicitly acknowledges that the identity changed, so we also pin the identity.

fixes #4206

  • Public API changes documented in changelogs (optional)

Signed-off-by:

Copy link

codecov bot commented Nov 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.90%. Comparing base (bd5f5f3) to head (e6b5489).
Report is 44 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4248      +/-   ##
==========================================
+ Coverage   84.89%   84.90%   +0.01%     
==========================================
  Files         274      274              
  Lines       29726    29727       +1     
==========================================
+ Hits        25235    25240       +5     
+ Misses       4491     4487       -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@uhoreg uhoreg force-pushed the pin_on_withdraw_verification branch from df63ad5 to 5a22ab1 Compare November 11, 2024 22:12
@uhoreg uhoreg marked this pull request as ready for review November 11, 2024 22:27
@uhoreg uhoreg requested review from a team as code owners November 11, 2024 22:27
@uhoreg uhoreg requested review from Hywan and andybalaam and removed request for a team November 11, 2024 22:27
Copy link
Contributor

@andybalaam andybalaam left a comment

Choose a reason for hiding this comment

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

Yep, thanks!

@poljar
Copy link
Contributor

poljar commented Nov 12, 2024

Please remember that we have a new way of adding changelog entries: https://github.com/matrix-org/matrix-rust-sdk/blob/main/CONTRIBUTING.md#writing-changelog-entries

Copy link
Member

@BillCarsonFr BillCarsonFr left a comment

Choose a reason for hiding this comment

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

LGTM

@uhoreg uhoreg changed the title crypto: pin identity when we withdraw verification feat(crypto): pin identity when we withdraw verification Nov 15, 2024
@uhoreg uhoreg force-pushed the pin_on_withdraw_verification branch from 89435ed to e6b5489 Compare November 15, 2024 21:28
@uhoreg
Copy link
Member Author

uhoreg commented Nov 15, 2024

Can someone hit the merge button for me? I don't have permissions to merge

@poljar poljar merged commit 31006ab into matrix-org:main Nov 16, 2024
40 checks passed
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.

Verification Violation | withdraw_verification should also pin the current identity
4 participants