Add example read receipt to sync example

Fixes https://github.com/matrix-org/matrix-spec/issues/120
This commit is contained in:
David Baker 2022-11-15 18:43:58 +00:00
parent ac1c5ad2bb
commit 312a0e9b05

View file

@ -444,7 +444,8 @@ paths:
}, },
"ephemeral": { "ephemeral": {
"events": [ "events": [
{"$ref": "../../event-schemas/examples/m.typing.yaml"} {"$ref": "../../event-schemas/examples/m.typing.yaml"},
{"$ref": "../../event-schemas/examples/m.receipt.yaml"}
] ]
}, },
"account_data": { "account_data": {