mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-12 06:24:09 +01:00
Add some words about where the filter is applied
This commit is contained in:
parent
a1e5a96cf8
commit
9f01850f7a
|
|
@ -64,8 +64,10 @@ paths:
|
||||||
type: string
|
type: string
|
||||||
description: |-
|
description: |-
|
||||||
A JSON ``RoomEventFilter`` to filter the returned events with. The
|
A JSON ``RoomEventFilter`` to filter the returned events with. The
|
||||||
filter may be applied before or/and after the ``limit`` parameter -
|
filter is only applied to ``events_before``, ``events_after``, and
|
||||||
whichever the homeserver prefers.
|
``state``. It is not applied to the ``event`` itself. The filter may
|
||||||
|
be applied before or/and after the ``limit`` parameter - whichever the
|
||||||
|
homeserver prefers.
|
||||||
|
|
||||||
See `Filtering <#filtering>`_ for more information.
|
See `Filtering <#filtering>`_ for more information.
|
||||||
x-example: "66696p746572"
|
x-example: "66696p746572"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue