[Chat] Hide unread state for selected chat list item (#10910)

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Samuel Newman
2026-06-15 20:16:20 +03:00
committed by GitHub
parent 042fdf659d
commit fdd08330f7
@@ -282,6 +282,7 @@ function BaseChatItem({
const playHaptic = useHaptics()
const queryClient = useQueryClient()
const hasUnread =
!selected &&
!isDeletedAccount &&
(convo.view.unreadCount > 0 ||
(convo.kind === 'group' &&