mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-05 15:37:02 +00:00
deploy: 4d408cb4dd
This commit is contained in:
parent
5fffa1b598
commit
3eb0497028
4 changed files with 10 additions and 2 deletions
|
@ -5934,6 +5934,10 @@ federated servers if <code>autocreate_auto_join_rooms_federated</code> is true (
|
|||
<li>"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.</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 "private_chat" or "trusted_private_chat" is used then
|
||||
<code>auto_join_mxid_localpart</code> must also be configured.</p>
|
||||
<p>Defaults to "public_chat".</p>
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2314,6 +2314,10 @@ federated servers if <code>autocreate_auto_join_rooms_federated</code> is true (
|
|||
<li>"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.</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 "private_chat" or "trusted_private_chat" is used then
|
||||
<code>auto_join_mxid_localpart</code> must also be configured.</p>
|
||||
<p>Defaults to "public_chat".</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue