whitespace

Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
Timo K
2023-09-20 15:40:46 +02:00
parent 911468dc76
commit e4a2813786

View File

@@ -62,7 +62,6 @@ export const AppSelectionModal: FC<Props> = ({ 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 &.