mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 12:49:06 +00:00
room url copy button for ics
This commit is contained in:
4
www/app/lib/routesClient.ts
Normal file
4
www/app/lib/routesClient.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { roomUrl } from "./routes";
|
||||
|
||||
export const roomAbsoluteUrl = (roomName: string) =>
|
||||
`${window.location.origin}${roomUrl(roomName)}`;
|
||||
Reference in New Issue
Block a user