Read receipts: Log sender and timestamp when related msg not found

FREEBIE
pull/749/head
Scott Nonnenberg 8 years ago
parent c6bc167975
commit f38d715250

@ -32,7 +32,10 @@
this.remove(receipt); this.remove(receipt);
}.bind(this)); }.bind(this));
} else { } else {
console.log('No message for read receipt'); console.log(
'No message for read receipt',
receipt.get('sender'), receipt.get('timestamp')
);
} }
}.bind(this)); }.bind(this));
}, },

Loading…
Cancel
Save