Skip to content

Commit 9260e28

Browse files
committed
Note preset behaviour in auto_join_room preset docs
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.
1 parent 3aadf43 commit 9260e28

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/usage/configuration/config_documentation.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2591,6 +2591,11 @@ Possible values for this option are:
25912591
* "trusted_private_chat": an invitation is required to join this room and the invitee is
25922592
assigned a power level of 100 upon joining the room.
25932593

2594+
Each preset will set up a room in the same manner as if it were provided as the `preset` parameter when
2595+
calling the
2596+
[`/_matrix/client/v3/createRoom`](https://spec.matrix.org/latest/client-server-api/#post_matrixclientv3createroom)
2597+
Client-Server API endpoint.
2598+
25942599
If a value of "private_chat" or "trusted_private_chat" is used then
25952600
`auto_join_mxid_localpart` must also be configured.
25962601

0 commit comments

Comments
 (0)