New url schema (#1554)

* new url schema

Signed-off-by: Timo K <toger5@hotmail.de>
Co-authored-by: Robin <robin@robin.town>
This commit is contained in:
Timo
2023-09-20 19:55:17 +02:00
committed by GitHub
parent 1c41373ddd
commit 1e84e438b7

View File

@@ -70,7 +70,7 @@ export const AppSelectionModal: FC<Props> = ({ roomId }) => {
return params;
});
const result = new URL("element://call");
const result = new URL("io.element.call:/");
result.searchParams.set("url", url.toString());
return result.toString();
}, [roomId, roomSharedKey]);