temporarily turn off gate

This commit is contained in:
Samuel Newman
2026-04-24 22:36:07 +03:00
parent cdb8d4bfb8
commit 16a9fcbfc1
+2 -1
View File
@@ -295,11 +295,12 @@ function InnerReady({
/> />
)} )}
{convo?.kind === 'group' && <GroupChatGate />} {/*{!IS_INTERNAL && convo?.kind === 'group' && <GroupChatGate />}*/}
</> </>
) )
} }
// eslint-disable-next-line @typescript-eslint/no-unused-vars
function GroupChatGate() { function GroupChatGate() {
const {t: l} = useLingui() const {t: l} = useLingui()
const ax = useAnalytics() const ax = useAnalytics()