mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-29 20:18:37 +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": {
|
||||
"events": [
|
||||
{"$ref": "../../event-schemas/examples/m.typing.yaml"}
|
||||
{"$ref": "../../event-schemas/examples/m.typing.yaml"},
|
||||
{"$ref": "../../event-schemas/examples/m.receipt.yaml"}
|
||||
]
|
||||
},
|
||||
"account_data": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue