mirror of
https://github.com/vector-im/element-call.git
synced 2026-04-03 07:10:26 +00:00
@@ -63,6 +63,8 @@ export const AppSelectionModal: FC<Props> = ({ roomId }) => {
|
||||
});
|
||||
|
||||
const result = new URL("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() + "&");
|
||||
return result.toString();
|
||||
}, [roomId, roomSharedKey]);
|
||||
|
||||
Reference in New Issue
Block a user