Removing the 'search' parameters from the room URL sent to pusher
This commit is contained in:
parent
b336e3b08a
commit
2d55f982d3
@ -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…
Reference in New Issue
Block a user