Miscellaneous wire-up to ensure that failures propagate
FREEBIE
This commit is contained in:
parent
293be5d9f6
commit
e91f2d0377
2 changed files with 5 additions and 5 deletions
|
@ -122,7 +122,7 @@
|
|||
}.bind(this));
|
||||
},
|
||||
sendVerifySyncMessage: function(number, state) {
|
||||
textsecure.storage.protocol.loadIdentityKey(number).then(function(key) {
|
||||
return textsecure.storage.protocol.loadIdentityKey(number).then(function(key) {
|
||||
return textsecure.messaging.syncVerification(number, state, key);
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue