diff --git a/js/background.js b/js/background.js index 1b77e422a..6875cb753 100644 --- a/js/background.js +++ b/js/background.js @@ -2154,7 +2154,7 @@ const shouldSendReceipt = !isError && data.unidentifiedDeliveryReceived && - !data.isFriendRequest && + !data.friendRequest && !isGroup; // Send the receipt async and hope that it succeeds