-
Notifications
You must be signed in to change notification settings - Fork 115
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
Warn and block sending on verification violation #3679
Conversation
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## develop #3679 +/- ##
===========================================
- Coverage 78.50% 78.48% -0.03%
===========================================
Files 792 792
Lines 67338 67596 +258
===========================================
+ Hits 52864 53050 +186
- Misses 14474 14546 +72
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
1cc742b
to
47671c0
Compare
e3422f9
to
f7003cb
Compare
6b00504
to
0feecfa
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.
Super stuff Valere, thank you for helping us out with this!
I left one question and took the liberty of making a few small changes, hope that's okay.
Quality Gate passedIssues Measures |
Pull Request Checklist
Part of element-hq/element-meta#2492 (still partial as there is no way to verify other users yet on EX, so you can only withdraw the verification requirement).
EXI counterpart of EXA element-hq/element-x-android#4126
Adds support for identity violation detection. Will show a warning notice and block sending (notice that sending would fail anyhow in that case).