From dff941adc7b6775dc0de307a2639767554f022aa Mon Sep 17 00:00:00 2001 From: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com> Date: Mon, 24 Jan 2022 15:54:12 -0800 Subject: [PATCH] Don't let unidentifiedStatus change e164 --- ts/background.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/ts/background.ts b/ts/background.ts index 3d89716ab3..6a185691fb 100644 --- a/ts/background.ts +++ b/ts/background.ts @@ -3058,8 +3058,6 @@ export async function startApp(): Promise { { uuid: destinationUuid, e164: destination, - highTrust: true, - reason: `unidentifiedStatus(${timestamp})`, } ); if (!conversationId || conversationId === ourId) {