Fix getRoomUrl()
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
@@ -350,7 +350,7 @@ export function getRoomUrl(roomIdOrAlias: string): string {
|
|||||||
roomIdOrAlias.substring(1).split(":")[0]
|
roomIdOrAlias.substring(1).split(":")[0]
|
||||||
}`;
|
}`;
|
||||||
} else {
|
} else {
|
||||||
return `${window.location.protocol}//${window.location.host}?roomId=${roomIdOrAlias}`;
|
return `${window.location.protocol}//${window.location.host}/room?roomId=${roomIdOrAlias}`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user