mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Move identity key storage functions to axolotl store
This commit is contained in:
@@ -241,7 +241,7 @@
|
||||
throw 'No conflicts to resolve';
|
||||
}
|
||||
|
||||
return textsecure.storage.devices.removeIdentityKeyForNumber(number).then(function() {
|
||||
return textsecure.storage.axolotl.removeIdentityKey(number).then(function() {
|
||||
this.messageCollection.each(function(message) {
|
||||
if (message.hasKeyConflict(number)) {
|
||||
message.resolveConflict(number);
|
||||
|
||||
Reference in New Issue
Block a user