summary refs log tree commit diff
path: root/develop/print.html
diff options
context:
space:
mode:
authoranoadragon453 <anoadragon453@users.noreply.github.com>2024-05-08 12:06:47 +0000
committeranoadragon453 <anoadragon453@users.noreply.github.com>2024-05-08 12:06:47 +0000
commit3eb04970283b9d9965fa052eb4de5013d3973af6 (patch)
treeb5bda1538c3fc01946262105ca6dd8095615b108 /develop/print.html
parentdeploy: 1b155362cac535ace799df786ace3c53e816d042 (diff)
downloadsynapse-3eb04970283b9d9965fa052eb4de5013d3973af6.tar.xz
deploy: 4d408cb4dd3d433c7cf8fbcfd88c4da87af7c70d
Diffstat (limited to 'develop/print.html')
-rw-r--r--develop/print.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/develop/print.html b/develop/print.html
index 1154b19952..17f798acf3 100644
--- a/develop/print.html
+++ b/develop/print.html
@@ -5934,6 +5934,10 @@ federated servers if <code>autocreate_auto_join_rooms_federated</code> is true (
 <li>&quot;trusted_private_chat&quot;: an invitation is required to join this room and the invitee is
 assigned a power level of 100 upon joining the room.</li>
 </ul>
+<p>Each preset will set up a room in the same manner as if it were provided as the <code>preset</code> parameter when
+calling the
+<a href="https://spec.matrix.org/latest/client-server-api/#post_matrixclientv3createroom"><code>POST /_matrix/client/v3/createRoom</code></a>
+Client-Server API endpoint.</p>
 <p>If a value of &quot;private_chat&quot; or &quot;trusted_private_chat&quot; is used then
 <code>auto_join_mxid_localpart</code> must also be configured.</p>
 <p>Defaults to &quot;public_chat&quot;.</p>