Merge pull request #1341 from matrix-org/dbkr/add_read_receipt_example

Add example read receipt to sync example
pull/1346/head
David Baker 2 years ago committed by GitHub
commit 678f8b96f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1 @@
Add example read receipt to `GET /_matrix/client/v3/sync` response example.

@ -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…
Cancel
Save