Navigation Menu

Skip to content

Notification bug? #21594

Discussion options

You must be logged in to vote

From GitHub Support:

We have seen things like this happen before. Can you try a couple of things that should work.

Select the checkbox and see if there is an option to select all and mark all as done/read. If that is not an option, I have had success before with the REST API.

You can use the details from that API endpoint to find the unread notification and then the one below to mark them as read.

Activity - GitHub Docs

The curl command below will mark all of your notifications as read and with any luck will take care of that phantom message for you.

curl -X PUT -H "Accept: application/vnd.github.v3+json" -H "Authorization: bearer {token}" https://api.github.com/notifications -d '{"last_…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants