Remove unread state from locked chats (#10552)

This commit is contained in:
Samuel Newman
2026-05-19 22:22:27 +03:00
committed by GitHub
parent 8cea36f3c9
commit 7b6a81ac23
4 changed files with 24 additions and 7 deletions
@@ -114,6 +114,7 @@ export function SearchablePeopleList({
const {data: convos} = useListConvosQuery({
enabled: showRecentConvos,
status: 'accepted',
lockStatus: 'unlocked',
})
const items = useMemo(() => {