summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2019-11-14 10:21:00 +0000
committerGitHub <noreply@github.com>2019-11-14 10:21:00 +0000
commita42567e4a847e337703ea2f6209421471509d7f4 (patch)
tree5245781553db49901adb4f91fbfb0d521f8ce481 /docs
parentBlacklist PurgeRoomTestCase (#6361) (diff)
parentSet room version default to 5 (diff)
downloadsynapse-a42567e4a847e337703ea2f6209421471509d7f4.tar.xz
Merge pull request #6220 from matrix-org/neilj/set_room_version_default_to_5
Set room version default to 5
Diffstat (limited to 'docs')
-rw-r--r--docs/sample_config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml
index d2f4aff826..35b0bdf6f5 100644
--- a/docs/sample_config.yaml
+++ b/docs/sample_config.yaml
@@ -72,7 +72,7 @@ pid_file: DATADIR/homeserver.pid
 # For example, for room version 1, default_room_version should be set
 # to "1".
 #
-#default_room_version: "4"
+#default_room_version: "5"
 
 # The GC threshold parameters to pass to `gc.set_threshold`, if defined
 #