Fix followed by chat invites (#10873)

This commit is contained in:
DS Boyce
2026-06-11 11:05:07 -07:00
committed by GitHub
parent 91053e3f70
commit d57eeb986b
2 changed files with 2 additions and 2 deletions
@@ -285,7 +285,7 @@ function GroupChatJoinDialogContent({code}: {code?: string}) {
}
const convoId = joinLinkPreview.convoId
const isFollowing = joinLinkPreview.owner.viewer?.following ?? false
const isFollowing = joinLinkPreview.owner.viewer?.followedBy ?? false
const hasRequested =
!joinLinkPreview.convo && joinLinkPreview.viewer?.requestedAt != null