mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-21 17:15:38 +03:00
Update doc
This commit is contained in:
parent
b715c8b292
commit
b4a1784d66
1 changed files with 4 additions and 2 deletions
|
@ -101,8 +101,10 @@ class SlidingSyncInterestedRooms:
|
|||
|
||||
@attr.s(auto_attribs=True, slots=True, frozen=True)
|
||||
class SlidingSyncListResult(SlidingSyncResult.SlidingWindowList):
|
||||
"""Extension to the lists response that allows us to track the matching
|
||||
room IDs in the list.
|
||||
"""Add a new field to the lists response that allows us to track the
|
||||
matching room IDs in the list.
|
||||
|
||||
This is not returend to the client.
|
||||
"""
|
||||
|
||||
room_ids: StrCollection
|
||||
|
|
Loading…
Reference in a new issue