Remove unread state from locked chats (#10552)
This commit is contained in:
@@ -114,6 +114,7 @@ export function SearchablePeopleList({
|
||||
const {data: convos} = useListConvosQuery({
|
||||
enabled: showRecentConvos,
|
||||
status: 'accepted',
|
||||
lockStatus: 'unlocked',
|
||||
})
|
||||
|
||||
const items = useMemo(() => {
|
||||
|
||||
Reference in New Issue
Block a user