From e4a28137868929ad517d359e30c0691f7d4f9ea9 Mon Sep 17 00:00:00 2001 From: Timo K Date: Wed, 20 Sep 2023 15:40:46 +0200 Subject: [PATCH] whitespace Signed-off-by: Timo K --- src/room/AppSelectionModal.tsx | 1 - 1 file changed, 1 deletion(-) 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 &.