mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-04 15:03:43 +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
|
||||
description: |-
|
||||
A JSON ``RoomEventFilter`` to filter the returned events with. The
|
||||
filter may be applied before or/and after the ``limit`` parameter -
|
||||
whichever the homeserver prefers.
|
||||
filter is only applied to ``events_before``, ``events_after``, and
|
||||
``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.
|
||||
x-example: "66696p746572"
|
||||
|
|
|
|||
Loading…
Reference in a new issue