Update the value of group_creation_prefix in sample config. (#8992)
Removes the trailing slash with causes issues with matrix.to/Element.pull/8998/head
parent
68bb26da69
commit
cfcf5541b4
|
@ -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 New Issue