Merge branch 'develop' of github.com:thecodingmachine/workadventure into twemojiEmoteMenu
This commit is contained in:
commit
9d518eded8
13 changed files with 97 additions and 65 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