diff --git a/js/background.js b/js/background.js index a70a9eb5..56a59a04 100644 --- a/js/background.js +++ b/js/background.js @@ -234,11 +234,6 @@ var groups = new Whisper.ConversationCollection(); console.log('delivery receipt from', pushMessage.source + '.' + pushMessage.sourceDevice, timestamp); - if (pushMessage.source === textsecure.storage.user.getNumber()) { - // disregard delivery receipts from myself - return; - } - groups.fetchGroups(pushMessage.source).then(function() { messages.fetchSentAt(timestamp).then(function() { var ids = groups.pluck('id');