|
|
|
@ -72,6 +72,9 @@ paths:
|
|
|
|
The batch token to supply in the ``since`` param of the next
|
|
|
|
The batch token to supply in the ``since`` param of the next
|
|
|
|
``/sync`` request.
|
|
|
|
``/sync`` request.
|
|
|
|
rooms:
|
|
|
|
rooms:
|
|
|
|
|
|
|
|
type: object
|
|
|
|
|
|
|
|
properties:
|
|
|
|
|
|
|
|
roomlist:
|
|
|
|
type: array
|
|
|
|
type: array
|
|
|
|
description: |-
|
|
|
|
description: |-
|
|
|
|
A list of rooms that the client needs to update.
|
|
|
|
A list of rooms that the client needs to update.
|
|
|
|
@ -145,7 +148,8 @@ paths:
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
]
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"rooms": [{
|
|
|
|
"rooms": {
|
|
|
|
|
|
|
|
"roomlist": [{
|
|
|
|
"room_id": "!726s6s6q:example.com",
|
|
|
|
"room_id": "!726s6s6q:example.com",
|
|
|
|
"event_map": {
|
|
|
|
"event_map": {
|
|
|
|
"$66697273743031:example.com": {
|
|
|
|
"$66697273743031:example.com": {
|
|
|
|
@ -195,3 +199,4 @@ paths:
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}]
|
|
|
|
}]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|