mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-06 05:23:56 -07:00
replace websocket with sockatrice
This commit is contained in:
parent
68050b56bc
commit
e2319c84db
218 changed files with 89 additions and 9100 deletions
|
|
@ -31,7 +31,7 @@ const Rooms = ({ rooms, joinedRooms }: RoomsProps) => {
|
|||
if (joinedRoomIds.has(roomId)) {
|
||||
navigate(generatePath(App.RouteEnum.ROOM, { roomId: String(roomId) }));
|
||||
} else {
|
||||
webClient.request.rooms.joinRoom(roomId);
|
||||
webClient.request.session.joinRoom(roomId);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue