fix: preserve navigation context when opening non-call rooms
This commit is contained in:
parent
92f490e9d9
commit
d2348d2ea2
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ export function RoomNavItem({
|
||||||
navigateRoom(room.roomId);
|
navigateRoom(room.roomId);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
navigateRoom(room.roomId);
|
navigate(linkPath);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue