summary refs log tree commit diff
path: root/develop/usage
diff options
context:
space:
mode:
authorclokep <clokep@users.noreply.github.com>2022-05-25 11:54:18 +0000
committerclokep <clokep@users.noreply.github.com>2022-05-25 11:54:18 +0000
commit2ed23e261ae1cc04fcad3a70984315943c6d4564 (patch)
tree9f846525dcfd18cdd7745b4b405702a5760d765d /develop/usage
parentdeploy: 1f9013ce60ac7c2b75ea1bfacb9314239e4e0cff (diff)
downloadsynapse-2ed23e261ae1cc04fcad3a70984315943c6d4564.tar.xz
deploy: a8db8c6eba8625f8fc224b320be6074d849ceada
Diffstat (limited to 'develop/usage')
-rw-r--r--develop/usage/configuration/config_documentation.html13
-rw-r--r--develop/usage/configuration/homeserver_sample_config.html10
2 files changed, 0 insertions, 23 deletions
diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html
index 2ffaa2fccf..9e5e68d172 100644
--- a/develop/usage/configuration/config_documentation.html
+++ b/develop/usage/configuration/config_documentation.html
@@ -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: &quot;unofficial_&quot;
-</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>
diff --git a/develop/usage/configuration/homeserver_sample_config.html b/develop/usage/configuration/homeserver_sample_config.html
index 03e4f17299..40e5fc205d 100644
--- a/develop/usage/configuration/homeserver_sample_config.html
+++ b/develop/usage/configuration/homeserver_sample_config.html
@@ -2677,16 +2677,6 @@ push:
 #        &quot;events_default&quot;: 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: &quot;unofficial_&quot;
-
-
 
 # User Directory configuration
 #