|
|
@ -13,8 +13,9 @@
|
|
|
|
# limitations under the License.
|
|
|
|
# limitations under the License.
|
|
|
|
allOf:
|
|
|
|
allOf:
|
|
|
|
- $ref: event_filter.yaml
|
|
|
|
- $ref: event_filter.yaml
|
|
|
|
title: RoomEventFilter
|
|
|
|
- type: object
|
|
|
|
properties:
|
|
|
|
title: RoomEventFilter
|
|
|
|
|
|
|
|
properties:
|
|
|
|
not_rooms:
|
|
|
|
not_rooms:
|
|
|
|
description: A list of room IDs to exclude. If this list is absent then no 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'``
|
|
|
|
are excluded. A matching room will be excluded even if it is listed in the ``'rooms'``
|
|
|
@ -32,4 +33,3 @@ properties:
|
|
|
|
type: boolean
|
|
|
|
type: boolean
|
|
|
|
description: If ``true``, includes only events with a url key in their content. If
|
|
|
|
description: If ``true``, includes only events with a url key in their content. If
|
|
|
|
``false``, excludes those events.
|
|
|
|
``false``, excludes those events.
|
|
|
|
type: object
|
|
|
|
|
|
|
|