Add extra logging for change phone number

This commit is contained in:
Fedor Indutny
2022-01-20 14:44:25 -08:00
committed by GitHub
parent bcd9f961ad
commit 8cd557ff91
7 changed files with 59 additions and 14 deletions

View File

@@ -43,6 +43,7 @@ export async function updateConversationsWithUuidLookup({
e164,
uuid: uuidFromServer,
highTrust: true,
reason: 'updateConversationsWithUuidLookup',
});
const maybeFinalConversation =
conversationController.get(finalConversationId);