Skip to content

Commit 21f3014

Browse files
committed
doc(common): Fix a link in the CHANGELOG.md.
1 parent a1eed42 commit 21f3014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/matrix-sdk-common/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ All notable changes to this project will be documented in this file.
1919

2020
- [**breaking**] Use `Raw<AnyTimelineEvent>` in place of `Raw<AnyMessageLikeEvent>`
2121
in `DecryptedRoomEvent::event`.
22-
([#5512](https://github.com/matrix-org/matrix-rust-sdk/pull/5512/files)).
22+
([#5512](https://github.com/matrix-org/matrix-rust-sdk/pull/5512)).
2323
Affects the following functions:
2424
- `OlmMachine::decrypt_room_event` - existing matches on the result's event field
2525
should be updated to `AnyTimelineEvent::MessageLike(AnyMessageLikeEvent::...)`

0 commit comments

Comments
 (0)