summary refs log tree commit diff
path: root/synapse/config
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2023-05-09 22:02:36 +0300
committerGitHub <noreply@github.com>2023-05-09 15:02:36 -0400
commit86d541f37c1bc9197a6f561b31f3aa359740b4bd (patch)
treec5ffe070e1933f8ff0bb202ec1b9ee2ab6f36c1c /synapse/config
parentHTTP Replication Client (#15470) (diff)
downloadsynapse-86d541f37c1bc9197a6f561b31f3aa359740b4bd.tar.xz
Stabilize MSC2659 support for AS ping endpoint. (#15528)
Diffstat (limited to 'synapse/config')
-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 7af6dbcd09..6e453bd963 100644 --- a/synapse/config/experimental.py +++ b/synapse/config/experimental.py
@@ -189,9 +189,6 @@ class ExperimentalConfig(Config): # MSC3967: Do not require UIA when first uploading cross signing keys self.msc3967_enabled = experimental.get("msc3967_enabled", False) - # MSC2659: Application service ping endpoint - self.msc2659_enabled = experimental.get("msc2659_enabled", False) - # MSC3981: Recurse relations self.msc3981_recurse_relations = experimental.get( "msc3981_recurse_relations", False