Don't let unidentifiedStatus change e164

Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
automated-signal 2022-01-24 16:18:54 -08:00 committed by GitHub
parent 72bcb120f7
commit 1f407beb6b
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) {