-
Notifications
You must be signed in to change notification settings - Fork 323
feat(crypto): Add RoomSettings::encrypt_state_events #5511
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5511 +/- ##
==========================================
- Coverage 88.57% 88.57% -0.01%
==========================================
Files 340 340
Lines 93665 93667 +2
Branches 93665 93667 +2
==========================================
- Hits 82967 82964 -3
- Misses 6567 6572 +5
Partials 4131 4131 ☔ View full report in Codecov by Sentry. |
CodSpeed Performance ReportMerging #5511 will not alter performanceComparing Summary
|
cca7e81
to
6af8908
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.
Thanks, looks good other than a couple of nits!
Signed-off-by: Skye Elliot <[email protected]>
6af8908
to
ec2918a
Compare
RoomSettings::encrypt_state_events
, which will be used when implementing encrypted state support to the WASM SDK.