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