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
Unfortunately, after a notification is read with gh-notify, it won’t be marked as read on GitHub, as used to be the case. I'm unsure whether this is linked to the recent forge changes or is unrelated to that issue. I tentatively think the latter, since I noticed this particular problem a couple of weeks after the forge problems.
The text was updated successfully, but these errors were encountered:
So I'm seeing some beta endpoints being used for the unread/read marking on GitHub (/notifications/beta/mark and /notifications/beta/unmark). It looks like those SHOULD support bulk status changes through an array of topic IDs but not sure how/if we can leverage that clientside since it's undocumented. To that end I'm going to hold off on kludging together remote marking support for now. Presumably Forge is also in a similar posture, and ideally this gets implemented on the forge visit end once GitHub gets out of beta with the notification endpoints. I'll leave this open to track progress.
benthamite
changed the title
notifications are no longer being mark as read on GitHub
notifications are no longer being marked as read on GitHub
Apr 13, 2024
Unfortunately, after a notification is read with
gh-notify
, it won’t be marked as read on GitHub, as used to be the case. I'm unsure whether this is linked to the recent forge changes or is unrelated to that issue. I tentatively think the latter, since I noticed this particular problem a couple of weeks after theforge
problems.The text was updated successfully, but these errors were encountered: