mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 13:04:10 +01:00
Update sync filter with ref to appendix.
This commit is contained in:
parent
4cd7faf47c
commit
89fb3a4503
|
|
@ -16,10 +16,9 @@ title: Filter
|
||||||
properties:
|
properties:
|
||||||
event_fields:
|
event_fields:
|
||||||
description: List of event fields to include. If this list is absent then all
|
description: List of event fields to include. If this list is absent then all
|
||||||
fields are included. The entries may include '.' characters to indicate sub-fields.
|
fields are included. The entries are [dot-separated paths for each property](/appendices#dot-separated property paths)
|
||||||
So ['content.body'] will include the 'body' field of the 'content' object. A
|
to include. So ['content.body'] will include the 'body' field of the 'content' object.
|
||||||
literal '.' character in a field name may be escaped using a '\\'. A server may
|
A server may include more fields than were requested.
|
||||||
include more fields than were requested.
|
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
type: array
|
type: array
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue