mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-27 11:28:38 +01:00
Clarify LL in /sync a bit more
This commit is contained in:
parent
c5fdd5cb0b
commit
afead2eb1b
|
|
@ -37,7 +37,13 @@ paths:
|
|||
|
||||
*Note*: This endpoint supports lazy-loading. See `Filtering <#filtering>`_
|
||||
for more information. Lazy-loading members is only supported on a ``StateFilter``
|
||||
for this endpoint.
|
||||
for this endpoint. When lazy-loading is enabled, servers MUST include the
|
||||
syncing user's own membership event when they join a room, or when the
|
||||
full state of rooms is requested. The user's own membership event is eligible
|
||||
for being considered redudant by the server. When a sync is ``limited``,
|
||||
the server MUST return membership events for the timeline, even if the
|
||||
applicable events are not in the response, regardless as to whether or not
|
||||
they are redundant.
|
||||
operationId: sync
|
||||
security:
|
||||
- accessToken: []
|
||||
|
|
|
|||
Loading…
Reference in a new issue