summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorNeil Johnson <neil@matrix.org>2019-10-19 09:06:15 +0100
committerNeil Johnson <neil@matrix.org>2019-10-19 09:06:15 +0100
commit82c8799ec7f6676555033f5d804cbed443a1ea3e (patch)
tree16dd2ea591a43d672be66e229ec60b6a7c9b6561 /docs
parentRemove Auth.check method (#6217) (diff)
downloadsynapse-82c8799ec7f6676555033f5d804cbed443a1ea3e.tar.xz
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 8226978ba6..af3ca0f722 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
 #