hootlex / laravel-friendships

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

Unable to get a clear/clean list of pending friendships for a user #113

Closed TechTailor closed 6 years ago

TechTailor commented 6 years ago

Hey,

I am trying to get a list of all pending friend requests for a particular users, however, using getPendingFriendships returns all the entries where the friendship is pending. How can I get the list of pending invites for that particular user.

Would appreciate a fix or workaround this.

Thanks.