Update src/room/AppSelectionModal.tsx

Co-authored-by: Robin <robin@robin.town>
This commit is contained in:
Timo
2023-09-20 16:05:04 +02:00
committed by GitHub
parent e4a2813786
commit 2a1208a951

View File

@@ -62,7 +62,7 @@ export const AppSelectionModal: FC<Props> = ({ roomId }) => {
return params;
});
const result = new URL("io.element.call:/call");
const result = new URL("io.element.call:/");
// Everything after the last & stripped away making us loose the last param. Most likely while removing the pwd.
// TODO fix the pwd removal function (or wherever this happens) to not delete everything after the last &.
result.searchParams.set("url", url.toString() + "&");