Bluesky app fork with some witchin' additions 💫 witchsky.app
bluesky fork client
117
fork

Configure Feed

Select the types of activity you want to include in your feed.

[Chat] Temporarily turn off gate (#10368)

authored by

Samuel Newman and committed by
GitHub
7eec65ac cdb8d4bf

+2 -1
+2 -1
src/screens/Messages/Conversation.tsx
··· 295 295 /> 296 296 )} 297 297 298 - {convo?.kind === 'group' && <GroupChatGate />} 298 + {/*{!IS_INTERNAL && convo?.kind === 'group' && <GroupChatGate />}*/} 299 299 </> 300 300 ) 301 301 } 302 302 303 + // eslint-disable-next-line @typescript-eslint/no-unused-vars 303 304 function GroupChatGate() { 304 305 const {t: l} = useLingui() 305 306 const ax = useAnalytics()