Fixup refreshPreKeys and call it whenever a prekey is deleted
This commit is contained in:
parent
7d0aeac8cb
commit
45a61780af
3 changed files with 8 additions and 2 deletions
|
@ -39443,7 +39443,7 @@ window.textsecure.api = function () {
|
|||
refreshPreKeys: function() {
|
||||
return textsecure.api.getMyKeys().then(function(preKeyCount) {
|
||||
if (preKeyCount < 10) {
|
||||
return generateKeys(100);
|
||||
return generateKeys(100).then(TextSecureServer.registerKeys);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue