Don't let unidentifiedStatus change e164

This commit is contained in:
Fedor Indutny
2022-01-24 15:54:12 -08:00
committed by GitHub
parent 3c836908aa
commit dff941adc7

View File

@@ -3058,8 +3058,6 @@ export async function startApp(): Promise<void> {
{
uuid: destinationUuid,
e164: destination,
highTrust: true,
reason: `unidentifiedStatus(${timestamp})`,
}
);
if (!conversationId || conversationId === ourId) {