mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-05 05:43:43 +01:00
Add a flag to initial sync to indicate we want rooms that the user has left
This commit is contained in:
parent
2ab9372b16
commit
241096dc81
|
|
@ -39,6 +39,16 @@ paths:
|
|||
description: The maximum time in milliseconds to wait for an event.
|
||||
required: false
|
||||
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 "1" then rooms that the user has left are
|
||||
included as well.
|
||||
required: false
|
||||
x-example: "1"
|
||||
responses:
|
||||
200:
|
||||
description: "The events received, which may be none."
|
||||
|
|
|
|||
Loading…
Reference in a new issue