Add message folders control in seed by default (#15789)

As per title
This commit is contained in:
Charles Bochet
2025-11-13 15:09:13 +01:00
committed by GitHub
parent ab967bf81f
commit 9bbe0e7f8e
@@ -92,6 +92,11 @@ export const seedFeatureFlags = async ({
workspaceId: workspaceId,
value: true,
},
{
key: FeatureFlagKey.IS_MESSAGE_FOLDER_CONTROL_ENABLED,
workspaceId: workspaceId,
value: true,
},
])
.execute();
};