mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-28 13:24:10 +02:00
Compare commits
2 commits
cb31a6828b
...
d7c3df88f5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d7c3df88f5 | ||
|
|
c56d54138c |
|
|
@ -2621,11 +2621,13 @@ 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.
|
||||||
|
|
||||||
When `enabled` is `true` and the user leaves a room, the server will automatically
|
When `enabled` is `true` and the user leaves a room, the server will automatically
|
||||||
forget the room – just as if the user had called [`/forget`](#post_matrixclientv3roomsroomidforget)
|
forget the room — just as if the user had called [`/forget`](#post_matrixclientv3roomsroomidforget)
|
||||||
themselves. This behavior applies irrespective of whether the user has left the
|
themselves. This behavior applies irrespective of whether the user has left the
|
||||||
room on their own (through [`/leave`](#post_matrixclientv3roomsroomidleave)) or
|
room on their own (through [`/leave`](#post_matrixclientv3roomsroomidleave)) or
|
||||||
has been kicked or banned from the room by another user.
|
has been kicked or banned from the room by another user.
|
||||||
|
|
|
||||||
|
|
@ -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