Compare commits

...

2 commits

Author SHA1 Message Date
Richard van der Hoff d7c3df88f5
Update content/client-server-api/_index.md 2026-01-28 15:34:56 +00:00
Johannes Marbach c56d54138c Restore version annotations
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
2026-01-28 16:31:18 +01:00
2 changed files with 4 additions and 1 deletions

View file

@ -2621,11 +2621,13 @@ An example of the capability API's response for this capability is:
### `m.forget_forced_upon_leave` capability
{{% added-in v="1.18" %}}
This capability has a single flag, `enabled`, which indicates whether or
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
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
room on their own (through [`/leave`](#post_matrixclientv3roomsroomidleave)) or
has been kicked or banned from the room by another user.

View file

@ -51,6 +51,7 @@ paths:
$ref: '#/components/schemas/booleanCapability'
description: Capability to indicate if the user can change their password.
m.forget_forced_upon_leave:
x-addedInMatrixVersion: "1.18"
$ref: '#/components/schemas/booleanCapability'
description: |-
Capability to indicate if the server automatically forgets rooms once the user