diff --git a/js/models/conversations.js b/js/models/conversations.js index 7305ad8bc2a6..107471f87991 100644 --- a/js/models/conversations.js +++ b/js/models/conversations.js @@ -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,