Update src/app/features/room-nav/RoomNavItem.tsx

Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
This commit is contained in:
Jaggar 2025-06-17 11:37:03 -05:00 committed by GitHub
parent 3f2c2af351
commit 9f749d1a9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -225,6 +225,7 @@ export function RoomNavItem({
const [menuAnchor, setMenuAnchor] = useState<RectCords>(); const [menuAnchor, setMenuAnchor] = useState<RectCords>();
const unread = useRoomUnread(room.roomId, roomToUnreadAtom); const unread = useRoomUnread(room.roomId, roomToUnreadAtom);
const { const {
isCallActive,
activeCallRoomId, activeCallRoomId,
setActiveCallRoomId, setActiveCallRoomId,
setViewedCallRoomId, setViewedCallRoomId,