diff --git a/js/models/conversations.js b/js/models/conversations.js index cd7e4a010..2079afd53 100644 --- a/js/models/conversations.js +++ b/js/models/conversations.js @@ -668,7 +668,7 @@ if (this.unlockTimer) clearTimeout(this.unlockTimer); if (this.hasReceivedFriendRequest()) { this.setFriendRequestStatus(FriendRequestStatusEnum.friends); - await this.respondToAllPendingFriendRequests({ + await this.respondToAllFriendRequests({ response: 'accepted', direction: 'incoming', status: ['pending', 'expired'],