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

Commit

Permalink
Add missing blank line in config (#5249)
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh authored May 24, 2019
1 parent d16f557 commit dba9152
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/5249.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Ability to configure default room version.
1 change: 1 addition & 0 deletions docs/sample_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ pid_file: DATADIR/homeserver.pid
#
# For example, for room version 1, default_room_version should be set
# to "1".
#
#default_room_version: "1"

# The GC threshold parameters to pass to `gc.set_threshold`, if defined
Expand Down
1 change: 1 addition & 0 deletions synapse/config/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ def default_config(self, server_name, data_dir_path, **kwargs):
#
# For example, for room version 1, default_room_version should be set
# to "1".
#
#default_room_version: "%(default_room_version)s"
# The GC threshold parameters to pass to `gc.set_threshold`, if defined
Expand Down

0 comments on commit dba9152

Please sign in to comment.