From d7c3df88f5676e7fc80a06b1ef793803f7947ef1 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Wed, 28 Jan 2026 15:34:56 +0000 Subject: [PATCH] Update content/client-server-api/_index.md --- content/client-server-api/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/client-server-api/_index.md b/content/client-server-api/_index.md index 7cff2807..9726b0d2 100644 --- a/content/client-server-api/_index.md +++ b/content/client-server-api/_index.md @@ -2627,7 +2627,7 @@ 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.