Notification marked as done still being returned in the notifications endpoint #152852
Replies: 1 comment
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Body
Hello.
I am building a script to "mark as done" old notifications, and it´s working fine as the notifications disapeared from my Inbox on GitHub UI, but when using API agian to fetch the list of notifications, those "deleted" ones are being returned again.
I can reproduce this using curl:
this returns
204when I do:
The notification is still being recored:
{ "id": "13972906989", "unread": false, "reason": "subscribed", "updated_at": "2024-12-22T14:30:02Z", "last_read_at": null, "subject": { "title": "39.81.0", "url": "https://github.com/api/repos/renovatebot/renovate/releases/192016824", "latest_comment_url": "https://github.com/api/repos/renovatebot/renovate/releases/192016824", "type": "Release" }, }could be because the
allparameter. Documentation only says when passing theallparameter, it returns read notifications. does not mentiondone.If that´s the case is there any way I can know if the notification is done? I want to still be able, to mark read notifications as done.
Beta Was this translation helpful? Give feedback.
All reactions