mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-06 03:34:09 +01:00
Restore version annotations
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
This commit is contained in:
parent
cb31a6828b
commit
c56d54138c
|
|
@ -2621,6 +2621,8 @@ An example of the capability API's response for this capability is:
|
||||||
|
|
||||||
### `m.forget_forced_upon_leave` capability
|
### `m.forget_forced_upon_leave` capability
|
||||||
|
|
||||||
|
{{% added-in v="1.18" %}}
|
||||||
|
|
||||||
This capability has a single flag, `enabled`, which indicates whether or
|
This capability has a single flag, `enabled`, which indicates whether or
|
||||||
not the server automatically forgets rooms which the user has left.
|
not the server automatically forgets rooms which the user has left.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -51,6 +51,7 @@ paths:
|
||||||
$ref: '#/components/schemas/booleanCapability'
|
$ref: '#/components/schemas/booleanCapability'
|
||||||
description: Capability to indicate if the user can change their password.
|
description: Capability to indicate if the user can change their password.
|
||||||
m.forget_forced_upon_leave:
|
m.forget_forced_upon_leave:
|
||||||
|
x-addedInMatrixVersion: "1.18"
|
||||||
$ref: '#/components/schemas/booleanCapability'
|
$ref: '#/components/schemas/booleanCapability'
|
||||||
description: |-
|
description: |-
|
||||||
Capability to indicate if the server automatically forgets rooms once the user
|
Capability to indicate if the server automatically forgets rooms once the user
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue