diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2024-05-08 13:05:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-08 13:05:10 +0100 |
commit | 4d408cb4dd3d433c7cf8fbcfd88c4da87af7c70d (patch) | |
tree | d5c9223ab54967b1c4bd88aa7ac9be1760aaa92d /docs | |
parent | Add note about MSC3886 being closed (#17151) (diff) | |
download | synapse-4d408cb4dd3d433c7cf8fbcfd88c4da87af7c70d.tar.xz |
Note preset behaviour in `autocreate_auto_join_room_preset` docs (#17150)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/usage/configuration/config_documentation.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md index 0c582d0387..2046bf4564 100644 --- a/docs/usage/configuration/config_documentation.md +++ b/docs/usage/configuration/config_documentation.md @@ -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. |