Skip to content

Commit 387eeaa

Browse files
fixup! feat(base): expose m.fully_read event ID on RoomInfo
Signed-off-by: Daniel Anderson <daniel.anderson@toptal.com>
1 parent a355940 commit 387eeaa

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

crates/matrix-sdk-base/CHANGELOG.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ All notable changes to this project will be documented in this file.
1414
This is needed for calculating display names of `SpaceRoom`s with service members.
1515
([#6561](https://github.com/matrix-org/matrix-rust-sdk/pull/6561))
1616

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-
2017
## [0.17.0] - 2026-05-08
2118

2219
### Bug Fixes
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)