Merge pull request #2629 from deepbluev7/sync-example-fixes

Remove room_id from /sync examples
This commit is contained in:
Travis Ralston 2020-06-12 06:33:22 -06:00 committed by GitHub
commit 97191b9348
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View file

@ -379,7 +379,6 @@ paths:
"state": {
"events": [
{
"room_id": "!726s6s6q:example.com",
"$ref": "definitions/event-schemas/examples/m.room.member"
}
]
@ -387,11 +386,9 @@ paths:
"timeline": {
"events": [
{
"room_id": "!726s6s6q:example.com",
"$ref": "definitions/event-schemas/examples/m.room.member"
},
{
"room_id": "!726s6s6q:example.com",
"$ref": "definitions/event-schemas/examples/m.room.message$m.text"
}
],

View file

@ -0,0 +1 @@
Remove ``room_id`` from ``/sync`` examples.