Merge pull request #245 from matrix-org/markjh/account_data_filters

Document filtering for account data
This commit is contained in:
Mark Haines 2015-12-22 11:52:22 +00:00
commit 559c0eb344

View file

@ -20,6 +20,10 @@ properties:
allOf: allOf:
- $ref: event_filter.yaml - $ref: event_filter.yaml
description: The presence updates to include. description: The presence updates to include.
account_data:
allOf:
- $ref: event_filter.yaml
description: The user account data that isn't associated with rooms to include.
room: room:
properties: properties:
ephemeral: ephemeral:
@ -38,5 +42,9 @@ properties:
allOf: allOf:
- $ref: room_event_filter.yaml - $ref: room_event_filter.yaml
description: The message and state update events to include for rooms. description: The message and state update events to include for rooms.
account_data:
allOf:
- $ref: room_event_filter.yaml
description: The per user account data to include for rooms.
type: object type: object
type: object type: object