Merge pull request #1714 from jonnytest1/hash-reset

always set hash
This commit is contained in:
David Négrier 2022-01-10 17:39:13 +01:00 committed by GitHub
commit 376af7d28d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,9 +91,7 @@ export class Room {
}
baseUrl.pathname = "/_/" + instance + "/" + absoluteExitSceneUrl.host + absoluteExitSceneUrl.pathname;
if (absoluteExitSceneUrl.hash) {
baseUrl.hash = absoluteExitSceneUrl.hash;
}
baseUrl.hash = absoluteExitSceneUrl.hash;
return baseUrl;
}