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
unread state, saved state, archived state, are all managed locally and separate from github.com. a best effort is made to mirror the state on github, but the app is considered the definitive source which does not transfer 1-to-1 to external views of the notifications.
Features
large refactor to accommodate github api removals (40b11d9)
The app now tracks read, unread, and saved as local state that is not reflected on github. This means there is not congruency between notification state in the app and notification state on github.com until there are sufficient public APIs available to have that.
This fundamentally changes the way the app updates and is experimental