-
Notifications
You must be signed in to change notification settings - Fork 287
crypto: store received room key bundle data information #4932
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
00a01ec
to
cd6d8af
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4932 +/- ##
==========================================
- Coverage 85.98% 85.91% -0.07%
==========================================
Files 325 325
Lines 35654 35690 +36
==========================================
+ Hits 30657 30663 +6
- Misses 4997 5027 +30 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
7fa98b0
to
8131301
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.
Looks good. I left a couple of nits.
crates/matrix-sdk-sqlite/migrations/crypto_store/010_received_room_key_bundles.sql
Outdated
Show resolved
Hide resolved
974a60e
to
131022b
Compare
After we receive a to-device message holding room key bundle info, add the data to the store's Changes structure
131022b
to
85e0626
Compare
Add hooks to the memory store and sqlite store to stash the information about room key data.
Fixes #4512