From 2a1208a951df5f927f3c4aa8cc980a9829aa8a01 Mon Sep 17 00:00:00 2001 From: Timo <16718859+toger5@users.noreply.github.com> Date: Wed, 20 Sep 2023 16:05:04 +0200 Subject: [PATCH] Update src/room/AppSelectionModal.tsx Co-authored-by: Robin --- src/room/AppSelectionModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/room/AppSelectionModal.tsx b/src/room/AppSelectionModal.tsx index b9a9e7f9..ab353759 100644 --- a/src/room/AppSelectionModal.tsx +++ b/src/room/AppSelectionModal.tsx @@ -62,7 +62,7 @@ export const AppSelectionModal: FC = ({ 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() + "&");