mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-09-11 15:50:19 +01:00
Log missing signed prekey ids
// FREEBIE
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user