Add top level filters for filtering by room id.
This commit is contained in:
parent
2ea66e9300
commit
288c7ed353
1 changed files with 15 additions and 0 deletions
|
@ -26,6 +26,21 @@ properties:
|
|||
description: The user account data that isn't associated with rooms to include.
|
||||
room:
|
||||
properties:
|
||||
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'
|
||||
filter. This filter is applied before the filters in ``ephemeral``,
|
||||
``state``, ``timeline`` or ``account_data``
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
rooms:
|
||||
description: A list of room IDs to include. If this list is absent then all rooms
|
||||
are included. This filter is applied before the filters in ``ephemeral``,
|
||||
``state``, ``timeline`` or ``account_data``
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
ephemeral:
|
||||
allOf:
|
||||
- $ref: room_event_filter.yaml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue