File tree Expand file tree Collapse file tree 4 files changed +238
-104
lines changed
matrix-sdk-ui/src/timeline/tests Expand file tree Collapse file tree 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.
1111 when the sender either did not wish to share or was unable to share the room_key.
1212 ([ #4305 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/4305 ) )
1313
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+
1421## [ 0.8.0] - 2024-11-19
1522
1623### Features
You can’t perform that action at this time.
0 commit comments