mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Update libsignal-protocol v0.5.0
Renames libsignal.util to libsignal.KeyHelper. // FREEBIE
This commit is contained in:
@@ -44,7 +44,7 @@ describe("Key generation", function() {
|
||||
|
||||
before(function(done) {
|
||||
localStorage.clear();
|
||||
libsignal.util.generateIdentityKeyPair().then(function(keyPair) {
|
||||
libsignal.KeyHelper.generateIdentityKeyPair().then(function(keyPair) {
|
||||
return textsecure.storage.protocol.put('identityKey', keyPair);
|
||||
}).then(done, done);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user