Remove social proof from group invites

This commit is contained in:
Samuel Newman
2026-06-08 20:14:42 +03:00
parent 0090285fc0
commit 5a24a84f69
@@ -34,7 +34,7 @@ export function IncomingRequestListItem({
return (
<View style={[a.relative, a.flex_1]}>
<ChatListItem convo={convo.view} showMenu={false}>
{convo.primaryMember && (
{convo.kind === 'direct' && convo.primaryMember && (
<View style={[a.pt_xs, a.pb_2xs]}>
<KnownFollowers
profile={convo.primaryMember}