Skip to content

Commit

Permalink
Remove room_id from /sync examples
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Werner <nicolas.werner@hotmail.de>
  • Loading branch information
deepbluev7 committed Jun 11, 2020
1 parent e310736 commit e3d12d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions api/client-server/sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -379,19 +379,16 @@ paths:
"state": {
"events": [
{
"room_id": "!726s6s6q:example.com",
"$ref": "definitions/event-schemas/examples/m.room.member"
}
]
},
"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"
}
],
Expand Down
1 change: 1 addition & 0 deletions changelogs/client_server/newsfragments/2629.clarification
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove ``room_id`` from ``/sync`` examples.

0 comments on commit e3d12d6

Please sign in to comment.