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 -1
View File
@@ -56,7 +56,7 @@ export function MessagesSettingsScreenInner({}: Props) {
const exportCarControl = Dialog.useDialogControl()
const isGroupChatEnabled = ax.features.enabled(ax.features.GroupChatsEnable)
const isGroupChatEnabled = !ax.features.enabled(ax.features.GroupChatsDisable)
const groupInvitesLocked = aa.flags.groupChatDisabled
const allowMessagesFromOptions: {name: AllowIncoming; label: string}[] = [