mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-12 09:03:43 +01:00
Remove room_id from /sync examples
Signed-off-by: Nicolas Werner <nicolas.werner@hotmail.de>
This commit is contained in:
parent
e310736adb
commit
e3d12d6769
|
|
@ -379,7 +379,6 @@ paths:
|
||||||
"state": {
|
"state": {
|
||||||
"events": [
|
"events": [
|
||||||
{
|
{
|
||||||
"room_id": "!726s6s6q:example.com",
|
|
||||||
"$ref": "definitions/event-schemas/examples/m.room.member"
|
"$ref": "definitions/event-schemas/examples/m.room.member"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
@ -387,11 +386,9 @@ paths:
|
||||||
"timeline": {
|
"timeline": {
|
||||||
"events": [
|
"events": [
|
||||||
{
|
{
|
||||||
"room_id": "!726s6s6q:example.com",
|
|
||||||
"$ref": "definitions/event-schemas/examples/m.room.member"
|
"$ref": "definitions/event-schemas/examples/m.room.member"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"room_id": "!726s6s6q:example.com",
|
|
||||||
"$ref": "definitions/event-schemas/examples/m.room.message$m.text"
|
"$ref": "definitions/event-schemas/examples/m.room.message$m.text"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
Remove ``room_id`` from ``/sync`` examples.
|
||||||
Loading…
Reference in a new issue