mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
parent
74c70627dc
commit
3ea908c59f
@ -47,7 +47,7 @@ export const useManageRoomSharedKey = (roomId: string): string | null => {
|
||||
if (password === "") return;
|
||||
if (password === e2eeSharedKey) return;
|
||||
|
||||
setE2EESharedKey(password);
|
||||
setE2EESharedKey?.(password);
|
||||
}, [password, e2eeSharedKey, setE2EESharedKey]);
|
||||
|
||||
useEffect(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user