File tree 1 file changed +7
-7
lines changed
crates/matrix-sdk/src/sliding_sync
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -131,13 +131,13 @@ in two additional full-sync-modes, which require additional configuration:
131
131
## Rooms
132
132
133
133
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.
141
141
142
142
Notably, this map only knows about the rooms that have come down [ Sliding
143
143
Sync protocol] [ MSC ] and if the given room isn't in any active list range, it
You can’t perform that action at this time.
0 commit comments