summary refs log tree commit diff
path: root/synapse/config/experimental.py
diff options
context:
space:
mode:
authorTravis Ralston <travisr@element.io>2024-12-04 16:56:42 -0700
committerGitHub <noreply@github.com>2024-12-04 17:56:42 -0600
commitb90ad26ebc90ef286fad3b9a60699e6fdbbe2bd9 (patch)
treeb5b0c933b377b837b2bb84649f19c224e38ad7fb /synapse/config/experimental.py
parent1.121.0rc1 (diff)
downloadsynapse-b90ad26ebc90ef286fad3b9a60699e6fdbbe2bd9.tar.xz
Promote account suspension to stable (#17964)
MSC: https://github.com/matrix-org/matrix-spec-proposals/pull/3823
Diffstat (limited to 'synapse/config/experimental.py')
-rw-r--r--synapse/config/experimental.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/synapse/config/experimental.py b/synapse/config/experimental.py

index 57ac27697f..eb8d967e70 100644 --- a/synapse/config/experimental.py +++ b/synapse/config/experimental.py
@@ -436,10 +436,6 @@ class ExperimentalConfig(Config): ("experimental", "msc4108_delegation_endpoint"), ) - self.msc3823_account_suspension = experimental.get( - "msc3823_account_suspension", False - ) - # MSC4151: Report room API (Client-Server API) self.msc4151_enabled: bool = experimental.get("msc4151_enabled", False)