diff options
author | Erik Johnston <erik@matrix.org> | 2019-01-29 13:50:59 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-01-29 13:50:59 +0000 |
commit | b82a76c3845be27f91c53b6770d8ccbad675ca4f (patch) | |
tree | 918bf31bebf37c9b9d682ed6bd2fd92164b9fca7 /synapse | |
parent | Newsfile (diff) | |
download | synapse-b82a76c3845be27f91c53b6770d8ccbad675ca4f.tar.xz |
Finish comment...
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/api/constants.py | 2 |
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" |