fix: preserve navigation context when opening non-call rooms

This commit is contained in:
hazre 2026-02-13 10:20:42 +01:00
parent 92f490e9d9
commit d2348d2ea2
No known key found for this signature in database

View file

@ -302,7 +302,7 @@ export function RoomNavItem({
navigateRoom(room.roomId);
}
} else {
navigateRoom(room.roomId);
navigate(linkPath);
}
};