flip flag

This commit is contained in:
Samuel Newman
2026-04-21 18:19:18 +03:00
parent cab3ff33de
commit ab84908d80
+1 -1
View File
@@ -308,7 +308,7 @@ function GroupChatGate() {
const groupChatGateDialogControl = Dialog.useDialogControl()
const isGatedGroupChat = ax.features.enabled(ax.features.GroupChatsEnable)
const isGatedGroupChat = !ax.features.enabled(ax.features.GroupChatsEnable)
useEffect(() => {
if (isGatedGroupChat) {