summary refs log tree commit diff
path: root/synapse/config
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-02-22 09:09:40 -0500
committerGitHub <noreply@github.com>2022-02-22 14:09:40 +0000
commit7bcc28f82fe160dc8dca1d70f8dc3667c94fb738 (patch)
treee0d10524e4af7fbf6758eb75552a908dc596f8ac /synapse/config
parentRun `_handle_queued_pdus` as a background process (#12041) (diff)
downloadsynapse-7bcc28f82fe160dc8dca1d70f8dc3667c94fb738.tar.xz
Use room version 9 as the default room version (per MSC3589). (#12058)
Diffstat (limited to 'synapse/config')
-rw-r--r--synapse/config/server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/server.py b/synapse/config/server.py
index 7bc9624546..49cd0a4f19 100644
--- a/synapse/config/server.py
+++ b/synapse/config/server.py
@@ -146,7 +146,7 @@ DEFAULT_IP_RANGE_BLACKLIST = [
     "fec0::/10",
 ]
 
-DEFAULT_ROOM_VERSION = "6"
+DEFAULT_ROOM_VERSION = "9"
 
 ROOM_COMPLEXITY_TOO_GREAT = (
     "Your homeserver is unable to join rooms this large or complex. "