From a9a2cd509102fb66ad0bedf423438cabc88e817d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Fri, 1 May 2026 07:39:19 +0200 Subject: [PATCH] Add link to m.room.join_rules definition MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> --- content/client-server-api/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/client-server-api/_index.md b/content/client-server-api/_index.md index 0f436751..5d3997a9 100644 --- a/content/client-server-api/_index.md +++ b/content/client-server-api/_index.md @@ -3936,8 +3936,8 @@ room to send events in the room: Some rooms require that users be invited to it before they can join; others allow anyone to join. Whether a given room is an "invite-only" -room is determined by the room config key `m.room.join_rules`. It can -have one of the following values: +room is determined by the room state event [`m.room.join_rules`](#mroomjoin_rules). +It can have one of the following values: `public` : This room is free for anyone to join without an invite.