Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Add RoomVersions.V3 constant, without enabling it
Browse files Browse the repository at this point in the history
We add the constant, but don't add it to the known room versions. This
lets us start adding V3 logic, but the servers will never join or create
V3 rooms
  • Loading branch information
erikjohnston committed Jan 29, 2019
1 parent ff37acb commit 7a3ec5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions synapse/api/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ class ThirdPartyEntityKind(object):
class RoomVersions(object):
V1 = "1"
V2 = "2"
V3 = "3" # Not currently fully supported, so
VDH_TEST = "vdh-test-version"
STATE_V2_TEST = "state-v2-test"

Expand Down

0 comments on commit 7a3ec5b

Please sign in to comment.