summary refs log tree commit diff
path: root/synapse/config/experimental.py
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-06-29 03:18:39 +0200
committerRory& <root@rory.gay>2025-06-29 03:18:39 +0200
commit92db4ba66ac244c2dff667a358d9b7d360a3c0d4 (patch)
tree039b423c89b08eb950875f6a0b27a5841d3e291a /synapse/config/experimental.py
parentDrop unsubscribe as its tied to email (diff)
downloadsynapse-develop.tar.xz
Drop MSC3244 as it was rejected HEAD develop
Diffstat (limited to 'synapse/config/experimental.py')
-rw-r--r--synapse/config/experimental.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/synapse/config/experimental.py b/synapse/config/experimental.py

index 13caeeaf4d..881aafc3f0 100644 --- a/synapse/config/experimental.py +++ b/synapse/config/experimental.py
@@ -391,9 +391,6 @@ class ExperimentalConfig(Config): ), ) - # MSC3244 (room version capabilities) - self.msc3244_enabled: bool = experimental.get("msc3244_enabled", True) - # MSC3266 (room summary api) self.msc3266_enabled: bool = experimental.get("msc3266_enabled", False)