Log sending read receipts

// FREEBIE
pull/749/head
lilia 9 years ago
parent 50731439a9
commit 67900753d1

@ -219,6 +219,7 @@
};
});
if (read.length > 0) {
console.log('Sending', read.length, 'read receipts');
textsecure.messaging.syncReadMessages(read);
}
});

Loading…
Cancel
Save