mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-02 19:49:23 +00:00
Update src/room/AppSelectionModal.tsx
Co-authored-by: Robin <robin@robin.town>
This commit is contained in:
@@ -62,7 +62,7 @@ export const AppSelectionModal: FC<Props> = ({ roomId }) => {
|
|||||||
return params;
|
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.
|
// 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 &.
|
// TODO fix the pwd removal function (or wherever this happens) to not delete everything after the last &.
|
||||||
result.searchParams.set("url", url.toString() + "&");
|
result.searchParams.set("url", url.toString() + "&");
|
||||||
|
|||||||
Reference in New Issue
Block a user