Bug: Deleted spam repositories leave "ghost entries" in the 'Repository' dropdown filter of the Notifications > Subscriptions panel #205047
Replies: 2 comments
|
💬 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. ⭐ |
|
Nice catch — and there's a user-side lever that usually clears these ghosts, because the dropdown is built from your notification subscriptions, not from live repositories:
Once the orphaned subscription is gone, the filter entry disappears (sometimes after a short cache delay). If the repo doesn't show in either list yet still haunts the dropdown, then you've found a deeper orphan — the dropdown reading from an index that neither UI exposes — and that's worth adding to your report here, because it means users have no self-service path at all for that state. Your broader point stands regardless and is worth keeping in this thread: takedowns of spam repos should cascade cleanup to every user-facing surface they touched (inbox fixed in #180956, but subscriptions/filters clearly weren't included), especially since the ghost entries are artifacts of an attack on the user, not anything they opted into. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
Other
Body
What happened?
When a user is forcefully auto-subscribed to a malicious repository via an automated spam @mention, and that repository is subsequently banned/nuked by GitHub Trust & Safety, there is still a "ghost entry" for the banned/nuked repository left behind in the filter UI of the
Notifications / Subscriptionspanel.#180956 announced a fix clearing out spam notifications from the user Inbox, but the dead repo name still lingers in the Repository dropdown filter of the Subscriptions panel.
Selecting the banned repo in the dropdown menu attempts to filter the user's Subscriptions, but the page does not successfully display any results or any solution to manually 'Unsubscribe'. (see image below with dead repo param
?repository=R_kgDOTghvCw)What did you expect to happen?
Related feedback
All reactions