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
Pubky-app is using endpoint /stream/posts to poll for new posts. Most requests yield a 404 response, which looks like an error. We could use 204 instead to indicate the request was successful but there is no new content to respond with.
The text was updated successfully, but these errors were encountered:
SHAcollision
changed the title
Use status code 204 instead of 404 for /stream/posts
feat: use status code 204 instead of 404 for /stream/posts and /stream/users
Dec 18, 2024
SHAcollision
changed the title
feat: use status code 204 instead of 404 for /stream/posts and /stream/users
Feat (service): use status code 204 instead of 404 for /stream/posts and /stream/users
Dec 18, 2024
Pubky-app is using endpoint
/stream/posts
to poll for new posts. Most requests yield a 404 response, which looks like an error. We could use 204 instead to indicate the request was successful but there is no new content to respond with.The text was updated successfully, but these errors were encountered: