summary refs log tree commit diff
diff options
context:
space:
mode:
authorH. Shay <hillerys@element.io>2023-05-01 18:46:22 -0700
committerH. Shay <hillerys@element.io>2023-05-01 21:03:43 -0700
commit15dd3727e09c6ca84bd6f9a4d77eec8cb3fc6060 (patch)
treed62ee470e2a83cf2219cd9762393fbd74b7fffff
parentfall back to default config setting if not enabled in table (diff)
downloadsynapse-15dd3727e09c6ca84bd6f9a4d77eec8cb3fc6060.tar.xz
stupid github web editor
-rw-r--r--synapse/storage/databases/main/experimental_features.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/storage/databases/main/experimental_features.py b/synapse/storage/databases/main/experimental_features.py
index e751f68600..5e11295bd3 100644
--- a/synapse/storage/databases/main/experimental_features.py
+++ b/synapse/storage/databases/main/experimental_features.py
@@ -104,4 +104,3 @@ class ExperimentalFeaturesStore(CacheInvalidationWorkerStore):
             res["enabled"] = True
 
         return res["enabled"]
-