Skip to content

Commit

Permalink
Add example read receipt to sync example
Browse files Browse the repository at this point in the history
  • Loading branch information
dbkr authored and clokep committed May 3, 2023
1 parent 62d34cd commit 3cb8fb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/api/client-server/sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 3cb8fb2

Please sign in to comment.