Skip to content

Commit

Permalink
Merge pull request #1024 from Bilb/fix-pre-approved-friend-request
Browse files Browse the repository at this point in the history
fix pre approved friend requests
  • Loading branch information
Bilb committed Mar 30, 2020
2 parents 32a14cf + e64ae7d commit 24114ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -2154,7 +2154,7 @@
const shouldSendReceipt =
!isError &&
data.unidentifiedDeliveryReceived &&
!data.isFriendRequest &&
!data.friendRequest &&
!isGroup;

// Send the receipt async and hope that it succeeds
Expand Down

0 comments on commit 24114ba

Please sign in to comment.