fixes #989 pre approved friend requests

pull/1024/head
Audric Ackermann 5 years ago
parent 77ef5de17e
commit e64ae7db5f
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

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

Loading…
Cancel
Save