summary refs log tree commit diff
path: root/synapse/api/constants.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-01-29 13:50:59 +0000
committerErik Johnston <erik@matrix.org>2019-01-29 13:50:59 +0000
commitb82a76c3845be27f91c53b6770d8ccbad675ca4f (patch)
tree918bf31bebf37c9b9d682ed6bd2fd92164b9fca7 /synapse/api/constants.py
parentNewsfile (diff)
downloadsynapse-b82a76c3845be27f91c53b6770d8ccbad675ca4f.tar.xz
Finish comment...
Diffstat (limited to 'synapse/api/constants.py')
-rw-r--r--synapse/api/constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/api/constants.py b/synapse/api/constants.py

index 2c3b1f8c59..042a640f0a 100644 --- a/synapse/api/constants.py +++ b/synapse/api/constants.py
@@ -104,7 +104,7 @@ class ThirdPartyEntityKind(object): class RoomVersions(object): V1 = "1" V2 = "2" - V3 = "3" # Not currently fully supported, so + V3 = "3" # Not currently fully supported, so we don't add to known versions below VDH_TEST = "vdh-test-version" STATE_V2_TEST = "state-v2-test"