summary refs log tree commit diff
path: root/synapse/config/experimental.py
diff options
context:
space:
mode:
authorJohannes Marbach <n0-0ne+github@mailbox.org>2024-09-05 18:07:39 +0200
committerGitHub <noreply@github.com>2024-09-05 17:07:39 +0100
commitde3363ef58a6088641b9fce51d75b1377f2841f2 (patch)
tree942989ad393dfa7a943122754fe1885b47c21c52 /synapse/config/experimental.py
parentRevert "Fix bump stamp for non-joined rooms" (diff)
downloadsynapse-de3363ef58a6088641b9fce51d75b1377f2841f2.tar.xz
Stabilise MSC4156: `server_name` -> `via` (#17650)
Diffstat (limited to 'synapse/config/experimental.py')
-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 5d99c201a7..99185db93d 100644 --- a/synapse/config/experimental.py +++ b/synapse/config/experimental.py
@@ -447,6 +447,3 @@ class ExperimentalConfig(Config): # MSC4151: Report room API (Client-Server API) self.msc4151_enabled: bool = experimental.get("msc4151_enabled", False) - - # MSC4156: Migrate server_name to via - self.msc4156_enabled: bool = experimental.get("msc4156_enabled", False)