diff options
author | Saúl Ibarra Corretgé <s@saghul.net> | 2024-08-09 10:40:59 +0200 |
---|---|---|
committer | Saúl Ibarra Corretgé <s@saghul.net> | 2024-08-09 10:48:36 +0200 |
commit | 81a36af44e8082535e77ecfc7dc5db2c3a9dc30b (patch) | |
tree | 58f42e7579486e732d21a533f58ff2521d9feaf8 | |
parent | 85e571692473827d11da0b47029a270afe73689c (diff) |
fix(conference) disable calendar integration
It's not functional from within the Electron client since it doesn't render the welcome page.
-rw-r--r-- | app/features/conference/components/Conference.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/features/conference/components/Conference.js b/app/features/conference/components/Conference.js index de596cb..273fd11 100644 --- a/app/features/conference/components/Conference.js +++ b/app/features/conference/components/Conference.js @@ -213,6 +213,7 @@ class Conference extends Component<Props, State> { // 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: { |