Skip to content

Commit

Permalink
Add creation timestamps to signed keys
Browse files Browse the repository at this point in the history
  • Loading branch information
liliakai committed Feb 14, 2017
1 parent dfc292a commit 829d147
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/signal_protocol_store.js
Expand Up @@ -158,7 +158,8 @@
var prekey = new SignedPreKey({
id : keyId,
publicKey : keyPair.pubKey,
privateKey : keyPair.privKey
privateKey : keyPair.privKey,
created_at : Date.now()
});
return new Promise(function(resolve) {
prekey.save().always(function() {
Expand Down

1 comment on commit 829d147

@WhisperBTC
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! BitHub has sent payment of $80.62USD for this commit.

Please sign in to comment.