You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The top bar we can see on issue/pull page when I jump from github.com/notifications(seems to be called "notification shelf") is not shown if we jump by clicking desktop notification from this extension.
The buttons are useful to operate the notification quickly.
The text was updated successfully, but these errors were encountered:
I noticed it's shown if I attach notification_referrer_id query param, like https://github.com/sindresorhus/notifier-for-github/issues/1?notification_referrer_id=FOO. But I couldn't find out the ID in GitHub API. I guess scraping may be the only way to do currently 😕
Yup, GitHub uses a bunch of tricks like notification_referrer_id and other parameters to show that shelf if you are opening from the GitHub notifications page.
There's a lot of stuff in UI that is not available in API, and some stuff that we try to guess in this codebase.
The notification I received for this has notification_referrer_id as MDE4Ok5vdGlmaWNhdGlvblRocmVhZDE0MzgwMDQ5NDQ6Mzc3Njk5NzQ=, which decodes from base64 to 018:NotificationThread1438004944:37769974, a bunch of internal stuff that is not exposed in any way.
Also we don't have access to page content to do scraping :D
The top bar we can see on issue/pull page when I jump from github.com/notifications(seems to be called "notification shelf") is not shown if we jump by clicking desktop notification from this extension.
The buttons are useful to operate the notification quickly.
The text was updated successfully, but these errors were encountered: