Document MSC3758, MSC3966, MSC3873, and MSC3980. (#1464)
* Add information on MSC3758: event_property_is. * Add information on MSC3966: event_property_contains. * Add information on MSC3873 dotted-path escape rules. * Newsfragment * Update sync filter with ref to appendix. * Escape example key. * Fix typos. Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> * Fix links. * Clarify the appendix a bit. * Clarify support values. * Add MSC3980 to changelog. --------- Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
This commit is contained in:
parent
7670a74116
commit
d222fc60d6
5 changed files with 116 additions and 9 deletions
|
@ -16,10 +16,9 @@ title: Filter
|
|||
properties:
|
||||
event_fields:
|
||||
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.
|
||||
So ['content.body'] will include the 'body' field of the 'content' object. A
|
||||
literal '.' character in a field name may be escaped using a '\\'. A server may
|
||||
include more fields than were requested.
|
||||
fields are included. The entries are [dot-separated paths for each property](/appendices#dot-separated-property-paths)
|
||||
to include. So ['content.body'] will include the 'body' field of the 'content' object.
|
||||
A server may include more fields than were requested.
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue