summary refs log tree commit diff
path: root/synapse/api
diff options
context:
space:
mode:
authorNeil Johnson <neil@matrix.org>2019-01-30 09:33:30 +0000
committerNeil Johnson <neil@matrix.org>2019-01-30 09:33:30 +0000
commitc7837dce248a4a482cdd66caadd5fd5550d56e6f (patch)
tree2e9bcccbf5d22634e2b3015e81eee5cbb98d9f8c /synapse/api
parentrework format of change password capability (diff)
downloadsynapse-c7837dce248a4a482cdd66caadd5fd5550d56e6f.tar.xz
reflect that rooms v3 is a stable room version
Diffstat (limited to 'synapse/api')
-rw-r--r--synapse/api/constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/api/constants.py b/synapse/api/constants.py

index 1112618329..c47346a4bf 100644 --- a/synapse/api/constants.py +++ b/synapse/api/constants.py
@@ -119,6 +119,7 @@ KNOWN_ROOM_VERSIONS = { RoomVersions.V2, RoomVersions.VDH_TEST, RoomVersions.STATE_V2_TEST, + RoomVersions.V3, } ServerNoticeMsgType = "m.server_notice"