File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change
1
+ Update the `limited` field description in the Sliding Sync response to accurately describe what it actually represents.
Original file line number Diff line number Diff line change @@ -182,8 +182,8 @@ class RoomResult:
182
182
absent on joined/left rooms
183
183
prev_batch: A token that can be passed as a start parameter to the
184
184
`/rooms/<room_id>/messages` API to retrieve earlier messages.
185
- limited: True if their are more events than fit between the given position and now.
186
- Sync again to get more .
185
+ limited: True if there are more events than `timeline_limit` looking
186
+ backwards from the `response.pos` to the `request.pos` .
187
187
num_live: The number of timeline events which have just occurred and are not historical.
188
188
The last N events are 'live' and should be treated as such. This is mostly
189
189
useful to determine whether a given @mention event should make a noise or not.
You can’t perform that action at this time.
0 commit comments