Skip to content

Commit 6dcefe4

Browse files
committed
feat(utds): Provide the reason why an event was an expected UTD
1 parent 150d9e4 commit 6dcefe4

File tree

4 files changed

+238
-104
lines changed

4 files changed

+238
-104
lines changed

crates/matrix-sdk-crypto/CHANGELOG.md

+7
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)