Merge pull request #1341 from matrix-org/dbkr/add_read_receipt_example
Add example read receipt to sync example
This commit is contained in:
commit
678f8b96f0
2 changed files with 3 additions and 1 deletions
|
@ -0,0 +1 @@
|
||||||
|
Add example read receipt to `GET /_matrix/client/v3/sync` response example.
|
|
@ -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