mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-07 11:52:11 -04:00
Update default room version to 6 (#8461)
Per https://github.com/matrix-org/matrix-doc/pull/2788
This commit is contained in:
parent
da11cc22be
commit
785437dc0d
4 changed files with 13 additions and 3 deletions
|
@ -39,7 +39,7 @@ logger = logging.Logger(__name__)
|
|||
# in the list.
|
||||
DEFAULT_BIND_ADDRESSES = ["::", "0.0.0.0"]
|
||||
|
||||
DEFAULT_ROOM_VERSION = "5"
|
||||
DEFAULT_ROOM_VERSION = "6"
|
||||
|
||||
ROOM_COMPLEXITY_TOO_GREAT = (
|
||||
"Your homeserver is unable to join rooms this large or complex. "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue