Add extra logging for change phone number
This commit is contained in:
parent
bcd9f961ad
commit
8cd557ff91
7 changed files with 59 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue