Skip to content

Commit

Permalink
feat(utds): Provide the reason why an event was an expected UTD
Browse files Browse the repository at this point in the history
  • Loading branch information
andybalaam committed Dec 11, 2024
1 parent 0264e49 commit ebbde1a
Show file tree
Hide file tree
Showing 4 changed files with 235 additions and 104 deletions.
7 changes: 7 additions & 0 deletions crates/matrix-sdk-crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ All notable changes to this project will be documented in this file.
when the sender either did not wish to share or was unable to share the room_key.
([#4305](https://github.com/matrix-org/matrix-rust-sdk/pull/4305))

- `UtdCause` has two new variants that replace the existing `HistoricalMessage`:
`HistoricalMessageAndBackupIsDisabled` and `HistoricalMessageAndDeviceIsUnverified`.
These give more detail about what went wrong and allow us to suggest to users
what actions they can take to fix the problem. See the doc comments on these
variants for suggested wording.
([#4384](https://github.com/matrix-org/matrix-rust-sdk/pull/4384))

## [0.8.0] - 2024-11-19

### Features
Expand Down
Loading

0 comments on commit ebbde1a

Please sign in to comment.