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:
Jerin J Titus 2020-12-29 20:00:48 +05:30 committed by GitHub
parent 68bb26da69
commit cfcf5541b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

1
changelog.d/8992.doc Normal file
View file

@ -0,0 +1 @@
Update the example value of `group_creation_prefix` in the sample configuration.

View file

@ -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_"

View file

@ -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_"
"""