Open sayanee opened 9 years ago
related to #19 #13:
Synopsis: If x new events are upcoming within the next hour, it will x new notifications. Hence, upon each cron job, it should remove all notifications in case there are y new events where x > y.
x
y
x > y
Code reference:
// FIXME: this does not work // an issue with terminal-notifier notifier.notify({ 'remove': 'ALL' });
commented on the related issue https://github.com/mikaelbr/node-notifier/issues/60
related to #19 #13:
Synopsis: If
x
new events are upcoming within the next hour, it willx
new notifications. Hence, upon each cron job, it should remove all notifications in case there arey
new events wherex > y
.Code reference:
commented on the related issue https://github.com/mikaelbr/node-notifier/issues/60