mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-02 17:44:49 -04:00
Don't expose default_room_version as config opt
This commit is contained in:
parent
7f3f108561
commit
3523f5432a
3 changed files with 5 additions and 15 deletions
|
@ -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"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue