Skip to content
Snippets Groups Projects
Commit 74ebb9e8 authored by Júlia Jaeger Foresti's avatar Júlia Jaeger Foresti Committed by Guilherme Gazzo
Browse files

regression: room with `hideUnreadStatus` showing on unread list (#33704)

parent e181eb2c
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ export const useRoomList = ({
return incomingCall.add(room);
}
if (sidebarShowUnread && (room.alert || room.unread)) {
if (sidebarShowUnread && (room.alert || room.unread) && !room.hideUnreadStatus) {
return unread.add(room);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment