Don't expose default_room_version as config opt

This commit is contained in:
Richard van der Hoff 2018-08-07 12:51:57 +01:00
parent 7f3f108561
commit 3523f5432a
3 changed files with 5 additions and 15 deletions

View file

@ -97,6 +97,9 @@ class ThirdPartyEntityKind(object):
LOCATION = "location"
# the version we will give rooms which are created on this server
DEFAULT_ROOM_VERSION = "1"
# vdh-test-version is a placeholder to get room versioning support working and tested
# until we have a working v2.
KNOWN_ROOM_VERSIONS = {"1", "vdh-test-version"}