Numerous and further push notification improvements
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 ofmin_id
, this prevents pagination we don't even handle
Edited by Joshua Goins