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:
@@ -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,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user