File tree 4 files changed +238
-104
lines changed
matrix-sdk-ui/src/timeline/tests
4 files changed +238
-104
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,13 @@ All notable changes to this project will be documented in this file.
11
11
when the sender either did not wish to share or was unable to share the room_key.
12
12
([ #4305 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/4305 ) )
13
13
14
+ - ` UtdCause ` has two new variants that replace the existing ` HistoricalMessage ` :
15
+ ` HistoricalMessageAndBackupIsDisabled ` and ` HistoricalMessageAndDeviceIsUnverified ` .
16
+ These give more detail about what went wrong and allow us to suggest to users
17
+ what actions they can take to fix the problem. See the doc comments on these
18
+ variants for suggested wording.
19
+ ([ #4384 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/4384 ) )
20
+
14
21
## [ 0.8.0] - 2024-11-19
15
22
16
23
### Features
You can’t perform that action at this time.
0 commit comments