Files
twenty/packages/twenty-shared
Félix Malfait 6e206bc29b Remove IS_DRAFT_EMAIL_ENABLED feature flag, always request gmail.compose scope
The gmail.compose OAuth scope was conditionally requested based on the
IS_DRAFT_EMAIL_ENABLED feature flag, which meant email draft creation
silently failed for workspaces where the flag was off (the default).
This removes the feature flag entirely and always requests the
gmail.compose scope alongside gmail.send.

Made-with: Cursor
2026-04-03 19:04:19 +02:00
..