mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-05 07:26:52 +00:00
Note preset behaviour in autocreate_auto_join_room_preset
docs (#17150)
This commit is contained in:
parent
212f150208
commit
4d408cb4dd
2 changed files with 6 additions and 0 deletions
1
changelog.d/17150.doc
Normal file
1
changelog.d/17150.doc
Normal file
|
@ -0,0 +1 @@
|
|||
Clarify the state of the created room when using the `autocreate_auto_join_room_preset` config option.
|
|
@ -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
|
||||
[`POST /_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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue