-
Beta Was this translation helpful? Give feedback.
Replies: 16 comments 6 replies
-
|
💬 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.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
I have the same issue. After a mysterious account mentioned my name in an issue, and the account was deleted before reading the notification, now it is a ghost notification
|
Beta Was this translation helpful? Give feedback.
-
|
This problem should be fixed by a button on UI because the rest api solution is not a great way. Keeping a script on computer is fine but absolutely not on phone/tablet. And letting this sit there long enough will make me totally ignore a real notifications |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Same issue here. This is very annoying. :( |
Beta Was this translation helpful? Give feedback.
-
|
same issue here :/ |
Beta Was this translation helpful? Give feedback.
-
|
The issue in the inbox is now resolved [after calling the mark as read API]
|
Beta Was this translation helpful? Give feedback.
-
Also having the same type of ghost notifications. If the best way is to let the github team handle it, I'm going to post my case here too.
|
Beta Was this translation helpful? Give feedback.
-
same here, please fix it! it really annoying!
|
Beta Was this translation helpful? Give feedback.
-
|
same issue for me |
Beta Was this translation helpful? Give feedback.
-
|
Why is this still not fixed. |
Beta Was this translation helpful? Give feedback.
-
|
Calling this solved my problems: gh api \
--method PUT \
-H "Accept: application/vnd.github+json" \
-H "X-GitHub-Api-Version: 2022-11-28" \
/notifications \
-f 'last_read_at=2022-06-10T00:00:00Z' -F "read=true"
|
Beta Was this translation helpful? Give feedback.
-
javascript:(function(){var f=document.querySelector('.js-notifications-mark-all-actions form[action="/notifications/beta/mark"]');if(f){fetch(f.action,{method:f.method,body:new FormData(f),credentials:"include"}).then(r=>{if(r.ok)setTimeout(()=>location.reload(),500);});}})(); |
Beta Was this translation helpful? Give feedback.













https://docs.github.com/en/rest/activity/notifications?apiVersion=2022-11-28#mark-notifications-as-read