Skip to content

v2.1.0

Latest
Compare
Choose a tag to compare
@anticomputer anticomputer released this 11 Apr 03:22
· 1 commit to main since this release
364cc30

Added requested bulk action support for marking topics read/unread.

The following interactive functions are available:

  • gh-notify-marked-notifications-set-read: sets marked notifications as read
  • gh-notify-marked-notifications-set-unread: sets marked notifications as unread
  • gh-notify-set-status-read: sets notification at point as read
  • gh-notify-set-status-unread: sets notification at point as unread

In concert with the existing region aware gh-notify-mark-all-notifications and gh-notify-unmark-all-notifications this should provide all the primitives one needs for local read state management of notifications.

Note that these are db local operations and do not reflect state changes on the remote end. A future release will have more integrated and comprehensive remote state syncing, pending Forge semantics.