Skip to content

Commit

Permalink
fix(conference) disable calendar integration
Browse files Browse the repository at this point in the history
It's not functional from within the Electron client since it doesn't render the welcome page.
  • Loading branch information
saghul authored Aug 9, 2024
1 parent 85e5716 commit 06f3f3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/features/conference/components/Conference.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 06f3f3e

Please sign in to comment.