diff --git a/packages/element-web-playwright-common/src/testcontainers/synapse.ts b/packages/element-web-playwright-common/src/testcontainers/synapse.ts index efcae3ef88..bec34aa433 100644 --- a/packages/element-web-playwright-common/src/testcontainers/synapse.ts +++ b/packages/element-web-playwright-common/src/testcontainers/synapse.ts @@ -170,12 +170,7 @@ const DEFAULT_CONFIG = { room_name: string; }, allow_guest_access: false, - experimental_features: { - /** - * MSC4143 Matrix RTC: Required for `matrix_rtc` configuration. - */ - msc4143_enabled: false, - }, + experimental_features: {} as Record, matrix_rtc: undefined as | undefined | {