Update libsignal-protocol v0.10.0
* Changes policy for old session deletion * Renames putIdentityKey to saveIdentity * Remove device messages // FREEBIE
This commit is contained in:
parent
f783b11368
commit
148bd32671
9 changed files with 60 additions and 137 deletions
|
@ -403,7 +403,7 @@
|
|||
}
|
||||
|
||||
return textsecure.storage.protocol.removeIdentityKey(number).then(function() {
|
||||
return textsecure.storage.protocol.putIdentityKey(number, identityKey).then(function() {
|
||||
return textsecure.storage.protocol.saveIdentity(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