Add example read receipt to sync example
Fixes https://github.com/matrix-org/matrix-spec/issues/120
This commit is contained in:
parent
ac1c5ad2bb
commit
312a0e9b05
1 changed files with 2 additions and 1 deletions
|
@ -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": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue