diff options
author | Tulir Asokan <tulir@maunium.net> | 2023-05-09 22:02:36 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-09 15:02:36 -0400 |
commit | 86d541f37c1bc9197a6f561b31f3aa359740b4bd (patch) | |
tree | c5ffe070e1933f8ff0bb202ec1b9ee2ab6f36c1c /synapse/config | |
parent | HTTP Replication Client (#15470) (diff) | |
download | synapse-86d541f37c1bc9197a6f561b31f3aa359740b4bd.tar.xz |
Stabilize MSC2659 support for AS ping endpoint. (#15528)
Diffstat (limited to 'synapse/config')
-rw-r--r-- | synapse/config/experimental.py | 3 |
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 |