summary refs log tree commit diff
path: root/synapse/config/experimental.py
diff options
context:
space:
mode:
Diffstat (limited to 'synapse/config/experimental.py')
-rw-r--r--synapse/config/experimental.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/synapse/config/experimental.py b/synapse/config/experimental.py

index a94c4cc86d..1ea11422af 100644 --- a/synapse/config/experimental.py +++ b/synapse/config/experimental.py
@@ -30,6 +30,4 @@ class ExperimentalConfig(Config): self.msc2403_enabled = experimental.get("msc2403_enabled", False) # type: bool if self.msc2403_enabled: # Enable the MSC2403 unstable room version - KNOWN_ROOM_VERSIONS.update( - {RoomVersions.MSC2403_DEV.identifier: RoomVersions.MSC2403_DEV} - ) + KNOWN_ROOM_VERSIONS.update({RoomVersions.V7.identifier: RoomVersions.V7})