Merge branch 'dev' (resolve conflicts in store.tsx)
This commit is contained in:
commit
92dfea7329
1 changed files with 1 additions and 9 deletions
|
|
@ -1231,15 +1231,7 @@ export function useInitializeCall() {
|
|||
SenderId: number;
|
||||
};
|
||||
|
||||
if (SenderId === Number(await load("user_id"))) {
|
||||
return;
|
||||
}
|
||||
|
||||
showCallingScreen(
|
||||
CallId,
|
||||
normalizeWrappedCallSecret(CallSecret),
|
||||
SenderId,
|
||||
);
|
||||
showCallingScreen(CallId, CallSecret, SenderId);
|
||||
});
|
||||
}, [load, subscribePush, showCallingScreen]);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue