-
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: Support Verified and VerificationViolation updates in IdentityStatusChanges streams #4154
crypto: Support Verified and VerificationViolation updates in IdentityStatusChanges streams #4154
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4154 +/- ##
==========================================
- Coverage 84.81% 84.76% -0.06%
==========================================
Files 269 269
Lines 28937 28955 +18
==========================================
Hits 24544 24544
- Misses 4393 4411 +18 ☔ View full report in Codecov by Sentry. |
f0fb72e
to
183a00a
Compare
c767363
to
4262529
Compare
4262529
to
45f4ce2
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.
A bit overwhelmed by the test helpers, I find they obfuscate what's going on a lot, but I won't fight the change. Looked at the Rust logic only; please make sure to have a second pair of eyes checking the crypto changes are sane and the tests valid.
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.
Seems sensible to me, in the main
and simplify them slightly by combining the wrapper with the main function. The separation used to be needed, but is not any more.
…entityStatusChanges streams
8d136e7
to
bb5e75f
Compare
This is the Rust part of element-hq/element-meta#2492