From 78273c569b26a1d76ccc2b2586fa379e5c1796da Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Fri, 3 Jul 2026 09:52:23 +0100 Subject: [PATCH] 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. --- apps/web/playwright/e2e/crypto/dehydration-mas.spec.ts | 1 - apps/web/playwright/e2e/crypto/dehydration.spec.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/apps/web/playwright/e2e/crypto/dehydration-mas.spec.ts b/apps/web/playwright/e2e/crypto/dehydration-mas.spec.ts index e17d3e9240..5678936f92 100644 --- a/apps/web/playwright/e2e/crypto/dehydration-mas.spec.ts +++ b/apps/web/playwright/e2e/crypto/dehydration-mas.spec.ts @@ -21,7 +21,6 @@ test.use({ ...masHomeserver, synapseConfig: { experimental_features: { - msc2697_enabled: false, msc3814_enabled: true, }, }, diff --git a/apps/web/playwright/e2e/crypto/dehydration.spec.ts b/apps/web/playwright/e2e/crypto/dehydration.spec.ts index 6f79b41da3..088cb59d01 100644 --- a/apps/web/playwright/e2e/crypto/dehydration.spec.ts +++ b/apps/web/playwright/e2e/crypto/dehydration.spec.ts @@ -26,7 +26,6 @@ test.use({ displayName: NAME, synapseConfig: { experimental_features: { - msc2697_enabled: false, msc3814_enabled: true, }, },