Merge branch 'dev' (resolve conflicts in store.tsx)
Some checks failed
/ build-desktop (linux) (push) Failing after 4m52s
/ build-web (push) Failing after 4m56s
/ build-mobile (push) Failing after 7m1s
/ release (push) Has been skipped

This commit is contained in:
Alois 2026-07-06 20:04:50 +02:00
commit 92dfea7329

View file

@ -1231,15 +1231,7 @@ export function useInitializeCall() {
SenderId: number; SenderId: number;
}; };
if (SenderId === Number(await load("user_id"))) { showCallingScreen(CallId, CallSecret, SenderId);
return;
}
showCallingScreen(
CallId,
normalizeWrappedCallSecret(CallSecret),
SenderId,
);
}); });
}, [load, subscribePush, showCallingScreen]); }, [load, subscribePush, showCallingScreen]);