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

View file

@ -2247,6 +2247,7 @@ export class MessageModel extends window.Backbone.Model<MessageAttributesType> {
uuid: destinationUuid,
e164: destination,
highTrust: true,
reason: `handleDataMessage(${initialMessage.timestamp})`,
});
if (!destinationConversationId) {
return;