Is there anything such callback if a friend request has been declined?

In the doc there’s no code to notify if the friend request was declined. Somehow I need to know if it’s been declined to hide the pending status. Any suggestions?

You can try to do it by using Notification API, or if the receiving user is offline maybe through storage api.
And upon load you fetch statuses.

I don’t understand what you meant. From what I know the storage is only write on the current session of a user. And about Notification API, do I need to code it in the server?

Yes :slight_smile:

1 Like

Cool! Now I have to tell our backend guy about this. Thank you!