Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Update the value of group_creation_prefix in sample config. (#8992)
Browse files Browse the repository at this point in the history
Removes the trailing slash with causes issues with matrix.to/Element.
  • Loading branch information
jerinjtitus authored Dec 29, 2020
1 parent 68bb26d commit cfcf554
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog.d/8992.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the example value of `group_creation_prefix` in the sample configuration.
2 changes: 1 addition & 1 deletion docs/sample_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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_"



Expand Down
2 changes: 1 addition & 1 deletion synapse/config/groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ def generate_config_section(self, **kwargs):
# 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 comments on commit cfcf554

Please sign in to comment.