We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a355940 commit 387eeaaCopy full SHA for 387eeaa
2 files changed
crates/matrix-sdk-base/CHANGELOG.md
@@ -14,9 +14,6 @@ All notable changes to this project will be documented in this file.
14
This is needed for calculating display names of `SpaceRoom`s with service members.
15
([#6561](https://github.com/matrix-org/matrix-rust-sdk/pull/6561))
16
17
-- Add `RoomInfo::fully_read_event_id` and `Room::fully_read_event_id` to expose the user's `m.fully_read` event ID.
18
- ([#6569](https://github.com/matrix-org/matrix-rust-sdk/pull/6569))
19
-
20
## [0.17.0] - 2026-05-08
21
22
### Bug Fixes
crates/matrix-sdk-base/changelog.d/6569.added.md
@@ -0,0 +1 @@
1
+- Add `RoomInfo::fully_read_event_id` and `Room::fully_read_event_id` to expose the user's `m.fully_read` event ID.
0 commit comments