Miscellaneous wire-up to ensure that failures propagate

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-06-27 09:20:53 -10:00
parent 293be5d9f6
commit e91f2d0377
2 changed files with 5 additions and 5 deletions

View file

@ -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);
});
},