Log sending read receipts
// FREEBIE
This commit is contained in:
parent
50731439a9
commit
67900753d1
1 changed files with 1 additions and 0 deletions
|
@ -219,6 +219,7 @@
|
|||
};
|
||||
});
|
||||
if (read.length > 0) {
|
||||
console.log('Sending', read.length, 'read receipts');
|
||||
textsecure.messaging.syncReadMessages(read);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue