summary refs log tree commit diff
path: root/synapse/config
diff options
context:
space:
mode:
authorJerin J Titus <72017981+jerinjtitus@users.noreply.github.com>2020-12-29 20:00:48 +0530
committerGitHub <noreply@github.com>2020-12-29 09:30:48 -0500
commitcfcf5541b463d4d360ef40a2982d702e9d6fb76a (patch)
tree9bb6e9c52ba858bee5fa712c86538315d1d1c44d /synapse/config
parentAllow redacting events on workers (#8994) (diff)
downloadsynapse-cfcf5541b463d4d360ef40a2982d702e9d6fb76a.tar.xz
Update the value of group_creation_prefix in sample config. (#8992)
Removes the trailing slash with causes issues with matrix.to/Element.
Diffstat (limited to 'synapse/config')
-rw-r--r--synapse/config/groups.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/groups.py b/synapse/config/groups.py
index d6862d9a64..7b7860ea71 100644
--- a/synapse/config/groups.py
+++ b/synapse/config/groups.py
@@ -32,5 +32,5 @@ class GroupsConfig(Config):
         # If enabled, non server admins can only create groups with local parts
         # starting with this prefix
         #
-        #group_creation_prefix: "unofficial/"
+        #group_creation_prefix: "unofficial_"
         """