Sync contact record after key change notification
This commit is contained in:
parent
5b38034426
commit
531269430f
1 changed files with 4 additions and 0 deletions
|
@ -3290,6 +3290,10 @@ export class ConversationModel extends window.Backbone
|
|||
this.set('senderKeyInfo', updatedSenderKeyInfo);
|
||||
window.Signal.Data.updateConversation(this.attributes);
|
||||
}
|
||||
|
||||
if (isDirectConversation(this.attributes)) {
|
||||
this.captureChange(`addKeyChange(${reason})`);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue