Invert group chat feature gate (#10851)

This commit is contained in:
DS Boyce
2026-06-10 10:41:34 -07:00
committed by GitHub
parent 01054624ef
commit adb39b4442
4 changed files with 4 additions and 5 deletions
+1 -2
View File
@@ -9,8 +9,7 @@ export enum Features {
ImportContactsOnboardingDisable = 'import_contacts:onboarding:disable',
ImportContactsSettingsDisable = 'import_contacts:settings:disable',
LiveNowBetaDisable = 'live_now_beta:disable',
GroupChatsEnable = 'group_chats:enable',
GroupChatsHasBeenReleased = 'group_chats:has_been_released',
GroupChatsDisable = 'group_chats:disable',
DmsNewMessageComposerEnable = 'dms:new_message_composer:enable',
ComposerLanguageDetectionEnable = 'composer:language_detection:enable',
PostGalleryEmbedEnable = 'post_gallery_embed:enable',