You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$user->getFriendsCount() returns all friend requests, declined, accepted.
Expected to get all Current friends.
Is there a way for me to change some config so after a user accepts a friend request the request is deleted. I do not need old requests in my database. I only need non responded and friendships, not a history of who I accepted or declined..
The text was updated successfully, but these errors were encountered:
@hootlex would you mind closing all the issues that have already been resolved through releases. Its giving me a bad case of OCD, especially since I am using this package in one of my main projects and want to be up-to-date with it.
@joveice if in case you might still be wondering, the issues stated by you don't exists in the current release of the package.
$user->getFriendsCount()
returns all friend requests, declined, accepted.Expected to get all Current friends.
Is there a way for me to change some config so after a user accepts a friend request the request is deleted. I do not need old requests in my database. I only need non responded and friendships, not a history of who I accepted or declined..
The text was updated successfully, but these errors were encountered: