Add missing blank line in config (#5249)

pull/14/head
Richard van der Hoff 6 years ago committed by GitHub
parent d16f5574b6
commit dba9152d15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      changelog.d/5249.feature
  2. 1
      docs/sample_config.yaml
  3. 1
      synapse/config/server.py

@ -0,0 +1 @@
Ability to configure default room version.

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

@ -414,6 +414,7 @@ class ServerConfig(Config):
#
# 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

Loading…
Cancel
Save