|
|
|
@ -40,10 +40,11 @@ paths:
|
|
|
|
|
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.
|
|
|
|
|
for being considered redundant by the server. When a sync is ``limited``,
|
|
|
|
|
the server MUST return membership events for events in the gap (from ``since``),
|
|
|
|
|
even if the applicable events are not in the response, regardless as to whether
|
|
|
|
|
or not they are redundant. ``include_redundant_members`` is ignored for limited
|
|
|
|
|
syncs.
|
|
|
|
|
operationId: sync
|
|
|
|
|
security:
|
|
|
|
|
- accessToken: []
|
|
|
|
|