diff --git a/js/models/conversations.js b/js/models/conversations.js index d557e7d13b..8641dfd4a0 100644 --- a/js/models/conversations.js +++ b/js/models/conversations.js @@ -219,6 +219,7 @@ }; }); if (read.length > 0) { + console.log('Sending', read.length, 'read receipts'); textsecure.messaging.syncReadMessages(read); } });