File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ All notable changes to this project will be documented in this file.
8
8
9
9
### Features
10
10
11
+ - Add experimental APIs for sharing encrypted room key history with new
12
+ members, ` Store::build_room_key_bundle ` and
13
+ ` OlmMachine::share_room_key_bundle_data ` .
14
+ ([ #4775 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/4775 ) ,
15
+ [ #4864 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/4864 ) )
16
+
11
17
- [ ** breaking** ] Add support for the shared history flag defined in [ MSC3061] ( https://github.com/matrix-org/matrix-spec-proposals/pull/3061 ) .
12
18
The shared history flag is now respected when room keys are received as an
13
19
` m.room_key ` event as well as when they are imported from a backup or a file
@@ -32,7 +38,7 @@ All notable changes to this project will be documented in this file.
32
38
33
39
- Room keys are not shared with unsigned dehydrated devices.
34
40
([ #4551 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/4551 ) )
35
-
41
+
36
42
- Have the ` RoomIdentityProvider ` return processing changes when identities transition
37
43
to ` IdentityState::Verified ` too.
38
44
([ #4670 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/4670 ) )
You can’t perform that action at this time.
0 commit comments