Skip to content

Commit

Permalink
Note preset behaviour in auto_join_room preset docs
Browse files Browse the repository at this point in the history
Note that, and link to, the /createRoom preset docs and how they behave
in the same manner when providing the preset name to the
autocreate_auto_join_room_preset config option.
  • Loading branch information
anoadragon453 committed May 3, 2024
1 parent 3aadf43 commit 9260e28
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/usage/configuration/config_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2591,6 +2591,11 @@ Possible values for this option are:
* "trusted_private_chat": an invitation is required to join this room and the invitee is
assigned a power level of 100 upon joining the room.

Each preset will set up a room in the same manner as if it were provided as the `preset` parameter when
calling the
[`/_matrix/client/v3/createRoom`](https://spec.matrix.org/latest/client-server-api/#post_matrixclientv3createroom)
Client-Server API endpoint.

If a value of "private_chat" or "trusted_private_chat" is used then
`auto_join_mxid_localpart` must also be configured.

Expand Down

0 comments on commit 9260e28

Please sign in to comment.