diff --git a/packages/twenty-server/src/engine/core-modules/feature-flag/constants/public-feature-flag.const.ts b/packages/twenty-server/src/engine/core-modules/feature-flag/constants/public-feature-flag.const.ts index e1e0eb8d0b..a92a7143ff 100644 --- a/packages/twenty-server/src/engine/core-modules/feature-flag/constants/public-feature-flag.const.ts +++ b/packages/twenty-server/src/engine/core-modules/feature-flag/constants/public-feature-flag.const.ts @@ -29,6 +29,14 @@ export const PUBLIC_FEATURE_FLAGS: PublicFeatureFlag[] = [ 'https://twenty.com/images/lab/is-row-level-permission-predicates-enabled.png', }, }, + { + key: FeatureFlagKey.IS_SSE_DB_EVENTS_ENABLED, + metadata: { + label: 'Real-Time', + description: 'See all updates without reloading the page', + imagePath: 'https://twenty.com/images/lab/is-real-time-enabled.png', + }, + }, ...(process.env.CLOUDFLARE_API_KEY ? [ // {