Log missing signed prekey ids
// FREEBIE
This commit is contained in:
parent
26d97e621b
commit
3c2b7c8cbd
1 changed files with 4 additions and 1 deletions
|
@ -158,7 +158,10 @@
|
|||
created_at : prekey.get('created_at'),
|
||||
keyId : prekey.get('id')
|
||||
});
|
||||
}).fail(resolve);
|
||||
}).fail(function() {
|
||||
console.log("Failed to load signed prekey:", keyId);
|
||||
resolve();
|
||||
});
|
||||
});
|
||||
},
|
||||
loadSignedPreKeys: function() {
|
||||
|
|
Loading…
Add table
Reference in a new issue