Skip to content
Snippets Groups Projects
Unverified Commit cfcf5541 authored by Jerin J Titus's avatar Jerin J Titus Committed by GitHub
Browse files

Update the value of group_creation_prefix in sample config. (#8992)

Removes the trailing slash with causes issues with matrix.to/Element.
parent 68bb26da
No related branches found
No related tags found
No related merge requests found
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_"
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment