mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
@@ -61,7 +61,7 @@ export const useManageRoomSharedKey = (roomId: string): string | null => {
|
|||||||
const [hashStart, passwordStart] = hash.split(PASSWORD_STRING);
|
const [hashStart, passwordStart] = hash.split(PASSWORD_STRING);
|
||||||
const hashEnd = passwordStart.split("&").slice(1).join("&");
|
const hashEnd = passwordStart.split("&").slice(1).join("&");
|
||||||
|
|
||||||
location.replace((hashStart ?? "") + (hashEnd ?? ""));
|
// location.replace((hashStart ?? "") + (hashEnd ?? ""));
|
||||||
}, [password, e2eeSharedKey]);
|
}, [password, e2eeSharedKey]);
|
||||||
|
|
||||||
return e2eeSharedKey;
|
return e2eeSharedKey;
|
||||||
|
|||||||
Reference in New Issue
Block a user