mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-25 19:15:51 +03:00
deploy: a8db8c6eba
This commit is contained in:
parent
231cb126cf
commit
2ed23e261a
6 changed files with 2 additions and 58 deletions
|
@ -5775,19 +5775,6 @@ will also not affect rooms created by other servers.</p>
|
|||
<pre><code class="language-yaml">encryption_enabled_by_default_for_room_type: invite
|
||||
</code></pre>
|
||||
<hr />
|
||||
<p>Config option: <code>enable_group_creation</code></p>
|
||||
<p>Set to true to allow non-server-admin users to create groups on this server</p>
|
||||
<p>Example configuration:</p>
|
||||
<pre><code class="language-yaml">enable_group_creation: true
|
||||
</code></pre>
|
||||
<hr />
|
||||
<p>Config option: <code>group_creation_prefix</code></p>
|
||||
<p>If enabled/present, non-server admins can only create groups with local parts
|
||||
starting with this prefix.</p>
|
||||
<p>Example configuration:</p>
|
||||
<pre><code class="language-yaml">group_creation_prefix: "unofficial_"
|
||||
</code></pre>
|
||||
<hr />
|
||||
<p>Config option: <code>user_directory</code></p>
|
||||
<p>This setting defines options related to the user directory. </p>
|
||||
<p>This option has the following sub-options:</p>
|
||||
|
@ -8654,16 +8641,6 @@ push:
|
|||
# "events_default": 1
|
||||
|
||||
|
||||
# Uncomment to allow non-server-admin users to create groups on this server
|
||||
#
|
||||
#enable_group_creation: true
|
||||
|
||||
# If enabled, non server admins can only create groups with local parts
|
||||
# starting with this prefix
|
||||
#
|
||||
#group_creation_prefix: "unofficial_"
|
||||
|
||||
|
||||
|
||||
# User Directory configuration
|
||||
#
|
||||
|
|
|
@ -2521,16 +2521,6 @@ push:
|
|||
# "events_default": 1
|
||||
|
||||
|
||||
# Uncomment to allow non-server-admin users to create groups on this server
|
||||
#
|
||||
#enable_group_creation: true
|
||||
|
||||
# If enabled, non server admins can only create groups with local parts
|
||||
# starting with this prefix
|
||||
#
|
||||
#group_creation_prefix: "unofficial_"
|
||||
|
||||
|
||||
|
||||
# User Directory configuration
|
||||
#
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2820,19 +2820,6 @@ will also not affect rooms created by other servers.</p>
|
|||
<pre><code class="language-yaml">encryption_enabled_by_default_for_room_type: invite
|
||||
</code></pre>
|
||||
<hr />
|
||||
<p>Config option: <code>enable_group_creation</code></p>
|
||||
<p>Set to true to allow non-server-admin users to create groups on this server</p>
|
||||
<p>Example configuration:</p>
|
||||
<pre><code class="language-yaml">enable_group_creation: true
|
||||
</code></pre>
|
||||
<hr />
|
||||
<p>Config option: <code>group_creation_prefix</code></p>
|
||||
<p>If enabled/present, non-server admins can only create groups with local parts
|
||||
starting with this prefix.</p>
|
||||
<p>Example configuration:</p>
|
||||
<pre><code class="language-yaml">group_creation_prefix: "unofficial_"
|
||||
</code></pre>
|
||||
<hr />
|
||||
<p>Config option: <code>user_directory</code></p>
|
||||
<p>This setting defines options related to the user directory. </p>
|
||||
<p>This option has the following sub-options:</p>
|
||||
|
|
|
@ -2677,16 +2677,6 @@ push:
|
|||
# "events_default": 1
|
||||
|
||||
|
||||
# Uncomment to allow non-server-admin users to create groups on this server
|
||||
#
|
||||
#enable_group_creation: true
|
||||
|
||||
# If enabled, non server admins can only create groups with local parts
|
||||
# starting with this prefix
|
||||
#
|
||||
#group_creation_prefix: "unofficial_"
|
||||
|
||||
|
||||
|
||||
# User Directory configuration
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue