Ghost notification #150670
Select Topic AreaBug BodyI can't get rid of this invisible notification: Looks like someone mentioned me in a repository that was then deleted. The user was deleted too. |
Replies: 7 comments 3 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. â |
|
Repo in question was probably a fork of https://github.com/mahmoud/awesome-python-applications, which contains this commit mentioning me mahmoud/awesome-python-applications@b93f916. |
|
I was able to delete it through the API: # Get the notification ID by looking at the output of the following command:
gh api notifications
# Mark it as done.
gh api notifications/threads/14588514146 --method delete |
|
@pawamoy very helpful! i was able to identify the ghost notification's id. it is a private repo invitation that i let lapse past the 1 week window and now that user doesnt exist and i cannot delete the thread as i dont have any permissions on the repo. any advice or tips would be greatly appreciated, screenshots below
|
|
hey future devs, i solved this with thanks to customer support:
|
|
Shoudn't be closed btw, lots of users having this issue lately with the spams. |
|
Not solved |



I was able to delete it through the API: