Merge branch 'develop' of github.com:thecodingmachine/workadventure into scripting_api_room_metadata
This commit is contained in:
commit
f435cecfdc
22 changed files with 258 additions and 199 deletions
|
@ -169,6 +169,7 @@ export class Room {
|
|||
*/
|
||||
public get key(): string {
|
||||
const newUrl = new URL(this.roomUrl.toString());
|
||||
newUrl.search = "";
|
||||
newUrl.hash = "";
|
||||
return newUrl.toString();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue