diff --git a/src/room/AppSelectionModal.tsx b/src/room/AppSelectionModal.tsx index 06b73acc..b9a9e7f9 100644 --- a/src/room/AppSelectionModal.tsx +++ b/src/room/AppSelectionModal.tsx @@ -62,7 +62,6 @@ export const AppSelectionModal: FC = ({ roomId }) => { return params; }); - const result = new URL("io.element.call:/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 &.