Merge pull request #1024 from Bilb/fix-pre-approved-friend-request

fix pre approved friend requests
pull/1041/head
Audric Ackermann 5 years ago committed by GitHub
commit 24114bab8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2154,7 +2154,7 @@
const shouldSendReceipt =
!isError &&
data.unidentifiedDeliveryReceived &&
!data.isFriendRequest &&
!data.friendRequest &&
!isGroup;
// Send the receipt async and hope that it succeeds

Loading…
Cancel
Save