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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

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) {