mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-07-02 12:17:47 +02:00
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:
parent
341c8e5915
commit
a9a2cd5091
|
|
@ -3936,8 +3936,8 @@ room to send events in the room:
|
||||||
|
|
||||||
Some rooms require that users be invited to it before they can join;
|
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"
|
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
|
room is determined by the room state event [`m.room.join_rules`](#mroomjoin_rules).
|
||||||
have one of the following values:
|
It can have one of the following values:
|
||||||
|
|
||||||
`public`
|
`public`
|
||||||
: This room is free for anyone to join without an invite.
|
: This room is free for anyone to join without an invite.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue