Merge pull request #6220 from matrix-org/neilj/set_room_version_default_to_5

Set room version default to 5
This commit is contained in:
Brendan Abolivier 2019-11-14 10:21:00 +00:00 committed by GitHub
commit a42567e4a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View file

@ -41,7 +41,7 @@ logger = logging.Logger(__name__)
# in the list.
DEFAULT_BIND_ADDRESSES = ["::", "0.0.0.0"]
DEFAULT_ROOM_VERSION = "4"
DEFAULT_ROOM_VERSION = "5"
ROOM_COMPLEXITY_TOO_GREAT = (
"Your homeserver is unable to join rooms this large or complex. "