summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorNeil Johnson <neil@matrix.org>2019-06-06 20:13:47 +0100
committerGitHub <noreply@github.com>2019-06-06 20:13:47 +0100
commita11865016e4fc8f691ce94ec25e8f40290df8329 (patch)
treeea9dd191be54c110a842297c93bec1f5e3d35443 /docs
parentMerge pull request #5320 from matrix-org/hawkowl/full-schema-v1 (diff)
downloadsynapse-a11865016e4fc8f691ce94ec25e8f40290df8329.tar.xz
Set default room version to v4. (#5379)
Set default room version to v4.
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 ea73306fb9..4d7e6f3eb5 100644
--- a/docs/sample_config.yaml
+++ b/docs/sample_config.yaml
@@ -91,7 +91,7 @@ pid_file: DATADIR/homeserver.pid
 # For example, for room version 1, default_room_version should be set
 # to "1".
 #
-#default_room_version: "1"
+#default_room_version: "4"
 
 # The GC threshold parameters to pass to `gc.set_threshold`, if defined
 #