Skip to content
Discussion options

You must be logged in to vote

I filed a GitHub support issue about this and got a response with a pretty good workaround:

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: token $TOKEN" \
     https://api.github.com/notifications \
    -d '{"last_read_at":"2022-05-31T00:00:00Z"}'

A few things to note:

Replies: 87 comments 331 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@cleonardcleonardc5214
Comment options

Comment options

You must be logged in to vote
1 reply
@thinkjrs
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Lockszmith-GH
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@Lockszmith-GH
Comment options

@Seggan
Comment options

Comment options

You must be logged in to vote
24 replies
@Gitoffthelawn
Comment options

@mschilli87
Comment options

@nxrighthere
Comment options

@tqk2811
Comment options

@tawfique02
Comment options

Comment options

You must be logged in to vote
22 replies
@CTimmerman
Comment options

@S4GU4R0
Comment options

@TimoLin
Comment options

@mschilli87
Comment options

@iandoesallthethings
Comment options

Comment options

You must be logged in to vote
1 reply
@Lockszmith-GH
Comment options

Comment options

You must be logged in to vote
3 replies
@Lockszmith-GH
Comment options

@solhuebner
Comment options

@Lockszmith-GH
Comment options

Comment options

You must be logged in to vote
2 replies
@Lockszmith-GH
Comment options

@alimd
Comment options

Comment options

You must be logged in to vote
61 replies
@dreampuf
Comment options

@meeh0w
Comment options

@gruvw
Comment options

@neoneye
Comment options

@answer-huang
Comment options

Answer selected by Akash1134
Comment options

You must be logged in to vote
5 replies
@Maxou44
Comment options

@Gitoffthelawn
Comment options

@cyanmint
Comment options

@Voltra
Comment options

@Vanuan
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@mschilli87
Comment options

@SDAravind
Comment options

@tqk2811
Comment options

Comment options

You must be logged in to vote
1 reply
@mschilli87
Comment options

Comment options

You must be logged in to vote
8 replies
@g-i-o-r-g-i-o
Comment options

@mschilli87
Comment options

@g-i-o-r-g-i-o
Comment options

@mschilli87
Comment options

@g-i-o-r-g-i-o
Comment options

Comment options

You must be logged in to vote
1 reply
@Gitoffthelawn
Comment options

Comment options

You must be logged in to vote
2 replies
@mschilli87
Comment options

@danielhoherd
Comment options

Comment options

You must be logged in to vote
10 replies
@gruvw
Comment options

@mschilli87
Comment options

@yhan219
Comment options

@ctntc
Comment options

@k0pernikus
Comment options

Comment options

You must be logged in to vote
2 replies
@Lockszmith-GH
Comment options

@nuintun
Comment options

Comment options

You must be logged in to vote
2 replies
@neoneye
Comment options

@danielhoherd
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
8 replies
@neoneye
Comment options

@g-i-o-r-g-i-o
Comment options

@danielhoherd
Comment options

@neoneye
Comment options

@ssomers
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug GitHub or a GitHub feature is not working as intended Enhancement An idea, feature request, or improvement to a GitHub feature Notifications Keep track of everything happening across all your projects General General topics and discussions that don't fit into other categories, but are related to GitHub Product Feedback Share your thoughts and suggestions on GitHub features and improvements