mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-30 04:28:38 +01:00
Fix meta-escaping fail
This commit is contained in:
parent
630ce3d5c6
commit
2c5392f1d1
|
|
@ -3,7 +3,7 @@ properties:
|
|||
description: List of event fields to include. If this list is absent then all
|
||||
fields are included. The entries may include '.' charaters 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
|
||||
literal '.' character in a field name may be escaped using a '\\'. A server may
|
||||
include more fields than were requested.
|
||||
items:
|
||||
type: string
|
||||
|
|
|
|||
Loading…
Reference in a new issue