From 2311b6fc09d7efee32f93aaf137e867fa9383364 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Thu, 6 Feb 2025 11:56:43 +0100 Subject: [PATCH] fix(conference) drop deprecated option --- app/features/conference/components/Conference.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/features/conference/components/Conference.js b/app/features/conference/components/Conference.js index 3c82e4f38..bf44683cb 100644 --- a/app/features/conference/components/Conference.js +++ b/app/features/conference/components/Conference.js @@ -210,14 +210,10 @@ class Conference extends Component { ...locale }; - // override both old and new prejoin config options, - // old one for servers that do not understand the new option yet - // and new one for newly setup servers where the new option overrides - // the old if set. + const configOverwrite = { enableCalendarIntegration: false, disableAGC: this.props._disableAGC, - prejoinPageEnabled: true, prejoinConfig: { enabled: true }