mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 02:08:57 +00:00
Sync contact record after key change notification
This commit is contained in:
@@ -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})`);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user