Fix issue with stale unread message counts (#10953)
This commit is contained in:
@@ -300,7 +300,10 @@ export function ChatList({
|
||||
isError,
|
||||
error,
|
||||
refetch,
|
||||
} = useListConvosQuery({status: 'accepted'})
|
||||
} = useListConvosQuery({
|
||||
status: 'accepted',
|
||||
kind: aa.flags.groupChatDisabled ? 'direct' : 'all',
|
||||
})
|
||||
|
||||
const {refetch: refetchInbox} = useListConvosQuery({
|
||||
status: 'request',
|
||||
|
||||
Reference in New Issue
Block a user