mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 11:34:09 +01:00
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
|
|
@ -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…
Reference in a new issue