fix: Handle 404 error when accepting friend request notification (#1024) #650

Closed
opened 2026-04-05 16:22:36 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Map1en on 12/12/2024

#1024

  • Added logic to delete the notification when the server returns a 404 error.
    API - Accept Friend Request
    { "error": { "message": "that friend request could not be found", "status_code": 404 } }

  • Updated function names to be more descriptive.

*Originally created by @Map1en on 12/12/2024* #1024 - Added logic to delete the notification when the server returns a 404 error. [API - Accept Friend Request](https://vrchatapi.github.io/docs/api/#put-/auth/user/notifications/-notificationId-/accept) `{ "error": { "message": "that friend request could not be found", "status_code": 404 } }` - Updated function names to be more descriptive.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/VRCX#650