Skip to content

Numerous and further push notification improvements

Joshua Goins requested to merge work/redstrate/notification-improvements into master

A bunch of stuff I noticed that needed fixing:

  • Create only one NotificationHandler
  • Instead of using a timer, early-exit when there's no notifications and close Tokodon when the last notification is closed
  • Post notifications in reverse order, so the newest notification is shown last
  • Use since_id instead of min_id, this prevents pagination we don't even handle
Edited by Joshua Goins

Merge request reports