-
Notifications
You must be signed in to change notification settings - Fork 272
Links to discussions don't work #521
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@martinjagodic the issue lies unfortunately with GitHub - the Notifications API is somewhat......lacking in many areas. The payload for a call to fetch notifications for an authed user has a subject property:
and for Discussions, |
Is there anywhere to +1 the issue with Github? |
@bmulholland easiest thing is to probably go to https://support.github.com and open a new issue there. I've had pretty good success with getting the attention of their engineers through that channel. Unfortunately I don't believe they offer any way to make your support ticket public (for upvotes). |
I finally got bothered enough to look to file a ticket with Github, and I got routed to their Discussions where they gather feedback. https://github.com/github/feedback/discussions/categories/discussions-feedback?discussions_q=notifications+api+url+category%3A%22Discussions+Feedback%22 I've created a discussion item for this, please go +1 it: community/community#15252 |
You'll probably have the most luck going to https://support.github.com, clicking "My Tickets", and then filing a new ticket there. That should actually be received by an engineer. As opposed to their more public facing community platforms which, from my experience, are not monitored by their engineering teams and instead have community moderators who do a terrible job of bubbling up issues appropriately. I've used their lesser known support system numerous times and have gotten responses directly from engineers at GitHub almost every time. |
Thanks! Done. |
Just realized I left basically the same comment ~5 months ago 🤦🏻♂️ |
Though now at least there's something to +1, even if it's not a support ticket and may not get seen by an engineer |
Here's what I got back from Github support -- something doesn't line up, but I'm not knowledgeable enough to connect the dots. Obviously there is some support for Discussions, since they show up in the notifications. Anyway, it's hard for me to move this forward without investing significantly more time.
|
Kindly ping here 🤞 cc @manosim |
@Dentrax In the OSS world, pinging people is considered rude. There's no relationship here where anyone owes us anything. |
Thanks for the warning, I'm already aware of that behavior.
It's a subjective statement. "rude" is a way too strong word. Anyone can ping me anytime, anywhere; I don't mind, always ready to help. I would even drop a small thank for reminding. So, I don't see any "rude" behavior here. Since more than 8 months passed and no update on this (+ no stale bot impl on this repo), people may have forgotten. Let's focus on the problem and alternative solutions, or kindly ignore the "ping". |
The greater issue at hand currently is that this repo/project is effectively abandoned. I think going forward, the only way for issues like this one to be fixed is for someone to fork it and take matters into their own hands. For whatever reason, the creators/collaborators of this repo seem to have lost all interest in it and aren't willing to assign others to help out. More specific to this issue, there is a fix (using the GraphQL API) and a workaround (simply forwarding to the Repo's Discussions page) already PR'd, but again, without anyone willing to review/merge/release, they aren't much help currently. |
See #545 |
I get notifications for issues, pull requests, and discussions in Gitify, but only issues and PRs are clickable. To see the discussion I have to open each repo individually and navigate there, so a clickable discussion notification would do wonders.
The text was updated successfully, but these errors were encountered: