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

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-07-24 12:27:48 -07:00
parent c6bc167975
commit f38d715250
4 changed files with 9 additions and 6 deletions

View file

@ -338,7 +338,7 @@
var read_at = ev.timestamp;
var timestamp = ev.read.timestamp;
var sender = ev.read.sender;
console.log('read receipt ', sender, timestamp);
console.log('read receipt', sender, timestamp);
var receipt = Whisper.ReadReceipts.add({
sender : sender,
timestamp : timestamp,