mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-14 11:57:44 +00:00
Update the value of group_creation_prefix in sample config. (#8992)
Removes the trailing slash with causes issues with matrix.to/Element.
This commit is contained in:
parent
68bb26da69
commit
cfcf5541b4
3 changed files with 3 additions and 2 deletions
1
changelog.d/8992.doc
Normal file
1
changelog.d/8992.doc
Normal file
|
@ -0,0 +1 @@
|
|||
Update the example value of `group_creation_prefix` in the sample configuration.
|
|
@ -2366,7 +2366,7 @@ spam_checker:
|
|||
# If enabled, non server admins can only create groups with local parts
|
||||
# starting with this prefix
|
||||
#
|
||||
#group_creation_prefix: "unofficial/"
|
||||
#group_creation_prefix: "unofficial_"
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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_"
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue