TTP -> MTP, A lot of other stuff #21
1 changed files with 1 additions and 9 deletions
commit
92dfea7329
|
|
@ -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]);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue