We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CHANGELOG.md
1 parent 6a02e88 commit d5c68c0Copy full SHA for d5c68c0
crates/matrix-sdk-common/CHANGELOG.md
@@ -19,7 +19,7 @@ All notable changes to this project will be documented in this file.
19
20
- [**breaking**] Use `Raw<AnyTimelineEvent>` in place of `Raw<AnyMessageLikeEvent>`
21
in `DecryptedRoomEvent::event`.
22
- ([#5512](https://github.com/matrix-org/matrix-rust-sdk/pull/5512/files)).
+ ([#5512](https://github.com/matrix-org/matrix-rust-sdk/pull/5512)).
23
Affects the following functions:
24
- `OlmMachine::decrypt_room_event` - existing matches on the result's event field
25
should be updated to `AnyTimelineEvent::MessageLike(AnyMessageLikeEvent::...)`
0 commit comments