Clarify LL in /sync a bit more

pull/977/head
Travis Ralston 5 years ago
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…
Cancel
Save