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:41 -08:00 committed by GitHub
parent 1a569efd36
commit 4605821ded
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

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