hootlex / laravel-friendships

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

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

Closed TechTailor closed 5 years ago

TechTailor commented 5 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.