Add link to m.room.join_rules definition

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
Kévin Commaille 2026-05-01 07:39:19 +02:00
parent 341c8e5915
commit a9a2cd5091
No known key found for this signature in database
GPG key ID: F26F4BE20A08255B

View file

@ -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.