|
|
|
@ -30,7 +30,12 @@ allOf:
|
|
|
|
|
``include_redundant_members`` to change this behaviour).
|
|
|
|
|
|
|
|
|
|
Only applicable when filtering state events, such as the
|
|
|
|
|
``state`` section of a ``/sync`` or ``/messages`` response.
|
|
|
|
|
``state`` section of a lazy-loading aware endpoint.
|
|
|
|
|
|
|
|
|
|
The endpoints which support lazy-loading are:
|
|
|
|
|
`/sync <#get-matrix-client-%CLIENT_RELEASE_LABEL%-sync>`_,
|
|
|
|
|
`/messages <#get-matrix-client-%CLIENT_RELEASE_LABEL%-rooms-roomid-messages>`_,
|
|
|
|
|
and `/context <#get-matrix-client-%CLIENT_RELEASE_LABEL%-rooms-roomid-context-eventid>`_.
|
|
|
|
|
include_redundant_members:
|
|
|
|
|
type: boolean
|
|
|
|
|
description: |-
|
|
|
|
@ -45,7 +50,7 @@ allOf:
|
|
|
|
|
is ``false`` this field is ignored.
|
|
|
|
|
|
|
|
|
|
Only applicable when filtering state events, such as the
|
|
|
|
|
``state`` section of a ``/sync`` or ``/messages`` response.
|
|
|
|
|
``state`` section of a lazy-loading aware endpoint.
|
|
|
|
|
not_rooms:
|
|
|
|
|
description: A list of room IDs to exclude. If this list is absent then no rooms
|
|
|
|
|
are excluded. A matching room will be excluded even if it is listed in the ``'rooms'``
|
|
|
|
|