Update default room version to 6 (#8461)

Per https://github.com/matrix-org/matrix-doc/pull/2788
This commit is contained in:
Richard van der Hoff 2020-10-05 21:40:51 +01:00 committed by GitHub
parent da11cc22be
commit 785437dc0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 3 deletions

View file

@ -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. "