Skip to content

Commit 4724115

Browse files
committed
chore: Fix docs warning
Signed-off-by: Kévin Commaille <[email protected]>
1 parent e355a6a commit 4724115

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

crates/matrix-sdk/src/sliding_sync/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,13 @@ in two additional full-sync-modes, which require additional configuration:
131131
## Rooms
132132

133133
Next to the room list, the details for rooms are the next important aspect.
134-
Each [list](#lists) only references the [`OwnedRoomId`][ruma::OwnedRoomId]
135-
of the room at the given position. The details (`required_state`s and
136-
timeline items) requested by all lists are bundled, together with the common
137-
details (e.g. whether it is a `dm` or its calculated name) and made
138-
available on the Sliding Sync session struct as a [reactive](#reactive-api)
139-
through [`.get_all_rooms`](SlidingSync::get_all_rooms), [`get_room`](SlidingSync::get_room)
140-
and [`get_rooms`](SlidingSync::get_rooms) APIs.
134+
Each [list](#lists) only references the [`OwnedRoomId`] of the room at the given
135+
position. The details (`required_state`s and timeline items) requested by all
136+
lists are bundled, together with the common details (e.g. whether it is a `dm`
137+
or its calculated name) and made available on the Sliding Sync session struct as
138+
a [reactive](#reactive-api) through [`.get_all_rooms`](SlidingSync::get_all_rooms),
139+
[`get_room`](SlidingSync::get_room) and [`get_rooms`](SlidingSync::get_rooms)
140+
APIs.
141141

142142
Notably, this map only knows about the rooms that have come down [Sliding
143143
Sync protocol][MSC] and if the given room isn't in any active list range, it

0 commit comments

Comments
 (0)