-
Notifications
You must be signed in to change notification settings - Fork 269
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
crypto: Notify when the identity status of a user changes #4022
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4022 +/- ##
==========================================
+ Coverage 84.57% 84.65% +0.08%
==========================================
Files 267 269 +2
Lines 28456 28600 +144
==========================================
+ Hits 24066 24211 +145
+ Misses 4390 4389 -1 ☔ View full report in Codecov by Sentry. |
52bbc70
to
e0017c4
Compare
3db3586
to
0882b3f
Compare
0882b3f
to
63798fa
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some questions/comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved
…when changes occur
ff46ff5
to
7ebc727
Compare
Part of element-hq/element-meta#2526
If you follow the stream returned from
matrix_sdk::room::Room::subscribe_to_identity_status_changes
you will receive an update every time someone in the room changes identity status e.g. becomes "Unpinned", meaning the UI should display a warning.