chore(electron): add community link for meeting feature (#11494)

fix AF-2471

![image.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/T2klNLEk0wxLh4NRDzhk/024ac070-fbd8-4ab0-be93-6670cbee587e.png)
This commit is contained in:
pengx17
2025-04-07 06:15:50 +00:00
parent fddf68f061
commit 92240fc1a2
5 changed files with 30 additions and 7 deletions

View File

@@ -255,6 +255,9 @@ export const AFFINE_FLAGS = {
description:
'com.affine.settings.workspace.experimental-features.enable-meetings.description',
configurable: !isMobile && environment.isMacOs && BUILD_CONFIG.isElectron,
feedbackType: 'discord',
feedbackLink:
'https://discord.com/channels/959027316334407691/1358384103925350542',
defaultState: false,
},
} satisfies { [key in string]: FlagInfo };