summary refs log tree commit diff
path: root/synapse/config/experimental.py
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2022-10-24 09:33:21 -0400
committerPatrick Cloke <patrickc@matrix.org>2022-10-24 09:33:21 -0400
commitf813e2ef48911cf1fc5aabcde57c1858d12d3722 (patch)
treec710e2e69bc968f56c1c241ac0815f273056e4f3 /synapse/config/experimental.py
parentBump serde_json from 1.0.86 to 1.0.87 (#14279) (diff)
downloadsynapse-clokep/stable-threads.tar.xz
Remove unstable flags for threads. github/clokep/stable-threads clokep/stable-threads
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 4009add01d..c41f9efb18 100644 --- a/synapse/config/experimental.py +++ b/synapse/config/experimental.py
@@ -95,9 +95,6 @@ class ExperimentalConfig(Config): # MSC2815 (allow room moderators to view redacted event content) self.msc2815_enabled: bool = experimental.get("msc2815_enabled", False) - # MSC3773: Thread notifications - self.msc3773_enabled: bool = experimental.get("msc3773_enabled", False) - # MSC3848: Introduce errcodes for specific event sending failures self.msc3848_enabled: bool = experimental.get("msc3848_enabled", False)