fix typeerror

This commit is contained in:
Samuel Newman
2026-04-27 14:48:07 +01:00
parent 0901a150b3
commit f5af18a92a
@@ -351,7 +351,7 @@ function BaseChatItem({
for (const member of convo.view.members) {
unstableCacheProfileView(queryClient, member)
}
precacheConvoQuery(queryClient, convo)
precacheConvoQuery(queryClient, convo.view)
void decrementBadgeCount(convo.view.unreadCount)
if (isDeletedAccount) {
e.preventDefault()