Log key change advisory creation

// FREEBIE
pull/749/head
lilia 9 years ago
parent 8aa2f771a7
commit 787c393e1b

@ -56,6 +56,7 @@
},
addKeyChange: function(id) {
console.log('adding key change advisory for', this.id, this.get('timestamp'));
var timestamp = Date.now();
var message = new Whisper.Message({
conversationId : this.id,

Loading…
Cancel
Save