hootlex / laravel-friendships

This package gives Eloquent models the ability to manage their friendships.
MIT License
706 stars 150 forks source link

Adding Query to get Pending Friend Requests #114

Open TechTailor opened 6 years ago

TechTailor commented 6 years ago

This PR helps users get the list of all pending requests sent by that particular user. While using getPendingFriendships did work, the result contained all the pending friendships queries for that user regardless of whether the user was the sender or recipient of the friend request. This PR helps clean that bit.

This PR fixes #113