Merge pull request #88 from matrix-org/markjh/initial_sync_archived_flag
Add flag to initial sync to say we want rooms that the user has left
This commit is contained in:
commit
d6bdde4cee
1 changed files with 10 additions and 0 deletions
|
@ -39,6 +39,16 @@ paths:
|
||||||
description: The maximum time in milliseconds to wait for an event.
|
description: The maximum time in milliseconds to wait for an event.
|
||||||
required: false
|
required: false
|
||||||
x-example: "35000"
|
x-example: "35000"
|
||||||
|
- in: query
|
||||||
|
type: string
|
||||||
|
name: archived
|
||||||
|
description: |-
|
||||||
|
Whether to include rooms that the user has left. If absent then
|
||||||
|
only rooms that the user has been invited to or has joined are
|
||||||
|
included. If set to "true" then rooms that the user has left are
|
||||||
|
included as well.
|
||||||
|
required: false
|
||||||
|
x-example: "true"
|
||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
description: "The events received, which may be none."
|
description: "The events received, which may be none."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue