File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ All notable changes to this project will be documented in this file.
88
99### Features
1010
11+ - Expose new method ` CryptoStore::get_withheld_sessions_by_room_id ` .
12+ ([ #5819 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5819 ) )
1113- Use new withheld code in key bundles for sessions not marked as
1214 ` shared_history ` .
1315 ([ #5807 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5807 )
Original file line number Diff line number Diff line change @@ -8,7 +8,9 @@ All notable changes to this project will be documented in this file.
88
99### Features
1010
11- - [ ** breaking** ] ` IndexeddbCryptoStore::get_withheld_info ` now returns ` Result<Option<RoomKeyWithheldEntry>, ...> `
11+ - Implement new method ` CryptoStore::get_withheld_sessions_by_room_id ` .
12+ ([ #5819 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5819 ) )
13+ - [ ** breaking** ] ` IndexeddbCryptoStore::get_withheld_info ` now returns ` Result<Option<RoomKeyWithheldEntry>, ...> ` .
1214 ([ #5737 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5737 ) )
1315
1416### Performance
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ All notable changes to this project will be documented in this file.
88
99### Features
1010
11+ - Implement new method ` CryptoStore::get_withheld_sessions_by_room_id ` .
12+ ([ #5819 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5819 ) )
1113- [ ** breaking** ] ` SqliteCryptoStore::get_withheld_info ` now returns ` Result<Option<RoomKeyWithheldEntry>> ` .
1214 ([ #5737 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5737 ) )
1315
You can’t perform that action at this time.
0 commit comments