Rename axolotl storage
// FREEBIE
This commit is contained in:
parent
ee3bc11e3c
commit
1d60dc38fb
13 changed files with 66 additions and 66 deletions
|
@ -402,8 +402,8 @@
|
|||
throw 'No conflicts to resolve';
|
||||
}
|
||||
|
||||
return textsecure.storage.axolotl.removeIdentityKey(number).then(function() {
|
||||
return textsecure.storage.axolotl.putIdentityKey(number, identityKey).then(function() {
|
||||
return textsecure.storage.protocol.removeIdentityKey(number).then(function() {
|
||||
return textsecure.storage.protocol.putIdentityKey(number, identityKey).then(function() {
|
||||
var promise = Promise.resolve();
|
||||
this.messageCollection.each(function(message) {
|
||||
if (message.hasKeyConflict(number)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue