Set default room version to v4. (#5379)

Set default room version to v4.
This commit is contained in:
Neil Johnson 2019-06-06 20:13:47 +01:00 committed by GitHub
parent 1b8cb64393
commit a11865016e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 3 deletions

View file

@ -36,7 +36,7 @@ logger = logging.Logger(__name__)
# in the list.
DEFAULT_BIND_ADDRESSES = ['::', '0.0.0.0']
DEFAULT_ROOM_VERSION = "1"
DEFAULT_ROOM_VERSION = "4"
class ServerConfig(Config):