Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 9428b14

Browse files
committed
Update default room version to 6
Per matrix-org/matrix-spec-proposals#2788
1 parent e3debf9 commit 9428b14

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/8461.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Change default room version to "6", per [MSC2788](https://github.com/matrix-org/matrix-doc/pull/2788).

synapse/config/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
# in the list.
4040
DEFAULT_BIND_ADDRESSES = ["::", "0.0.0.0"]
4141

42-
DEFAULT_ROOM_VERSION = "5"
42+
DEFAULT_ROOM_VERSION = "6"
4343

4444
ROOM_COMPLEXITY_TOO_GREAT = (
4545
"Your homeserver is unable to join rooms this large or complex. "

0 commit comments

Comments
 (0)