mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 10:19:08 +00:00
Remove obsolete argument
This commit is contained in:
@@ -738,7 +738,7 @@ window.textsecure.protocol = function() {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
if (identityKeyPair === undefined)
|
if (identityKeyPair === undefined)
|
||||||
return crypto_storage.getNewStoredKeyPair("identityKey", true).then(function(keyPair) { return identityKeyCalculated(keyPair); });
|
return crypto_storage.getNewStoredKeyPair("identityKey").then(function(keyPair) { return identityKeyCalculated(keyPair); });
|
||||||
else
|
else
|
||||||
return identityKeyCalculated(identityKeyPair);
|
return identityKeyCalculated(identityKeyPair);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user