diff options
author | H. Shay <hillerys@element.io> | 2023-05-01 18:46:22 -0700 |
---|---|---|
committer | H. Shay <hillerys@element.io> | 2023-05-01 21:03:43 -0700 |
commit | 15dd3727e09c6ca84bd6f9a4d77eec8cb3fc6060 (patch) | |
tree | d62ee470e2a83cf2219cd9762393fbd74b7fffff | |
parent | fall back to default config setting if not enabled in table (diff) | |
download | synapse-15dd3727e09c6ca84bd6f9a4d77eec8cb3fc6060.tar.xz |
stupid github web editor
-rw-r--r-- | synapse/storage/databases/main/experimental_features.py | 1 |
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"] - |