Remove outdated references to MSC2697 (#34110)

As of https://github.com/element-hq/synapse/pull/19346, Synapse no longer
attempts to support MSC2697, so that bit of config is not needed.
This commit is contained in:
Richard van der Hoff
2026-07-03 08:52:23 +00:00
committed by GitHub
parent 7c0c22f4ee
commit 78273c569b
2 changed files with 0 additions and 2 deletions
@@ -21,7 +21,6 @@ test.use({
...masHomeserver,
synapseConfig: {
experimental_features: {
msc2697_enabled: false,
msc3814_enabled: true,
},
},
@@ -26,7 +26,6 @@ test.use({
displayName: NAME,
synapseConfig: {
experimental_features: {
msc2697_enabled: false,
msc3814_enabled: true,
},
},