Merge branch 'develop' of github.com:thecodingmachine/workadventure
This commit is contained in:
commit
0f501881d2
@ -133,13 +133,14 @@ class ConnectionManager {
|
||||
|
||||
const roomUrl = data.roomUrl;
|
||||
|
||||
const query = urlParams.toString();
|
||||
this._currentRoom = await Room.createRoom(
|
||||
new URL(
|
||||
window.location.protocol +
|
||||
"//" +
|
||||
window.location.host +
|
||||
roomUrl +
|
||||
urlParams.toString() + //use urlParams because the token param must be deleted
|
||||
(query ? "?" + query : "") + //use urlParams because the token param must be deleted
|
||||
window.location.hash
|
||||
)
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user