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

index c7ab428f28..3b4c77f572 100644 --- a/synapse/config/auth.py +++ b/synapse/config/auth.py
@@ -31,7 +31,7 @@ class AuthConfig(Config): # The default value of password_config.enabled is True, unless msc3861 is enabled. msc3861_enabled = ( - config.get("experimental_features", {}) + (config.get("experimental_features") or {}) .get("msc3861", {}) .get("enabled", False) )