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
Yep that's great, but I think we should implement a dedicated function for cancelling user's request, so if the user of this library needs to fire off custom events after cancelling request, he can distinguish whether a user has cancelled his request or the recipient really did deny the friend request. But this solution is nice tho.
Hallo,
first of all thank you for your niche package. What I missed is a function so I can cancel my requests myself. So like
if($me->hasSentFriendRequestTo($recipient)){
$me->cancelSentFriendrequestTo($recipient);
}
thanks
The text was updated successfully, but these errors were encountered: