Log key change advisory creation
// FREEBIE
This commit is contained in:
parent
8aa2f771a7
commit
787c393e1b
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue