Noti icon indicating copy to clipboard operation
Noti copied to clipboard

Make dismissal fully sync

Open jariz opened this issue 8 years ago • 6 comments

Right now notification dismissal is only one way (when notification gets dismissed from the device, it will get dismissed on the mac but not the other way around)

jariz avatar Jul 05 '16 13:07 jariz

Hard to implement this as there's no notification of when a user has dismissed a nsusernotification. Pushing this back to a later version

jariz avatar Jul 22 '16 09:07 jariz

Idk how to do this

jariz avatar Aug 13 '16 19:08 jariz

Maybe this could be a solution: http://stackoverflow.com/questions/21110714/mac-os-x-nsusernotificationcenter-notification-get-dismiss-event-callback ?

LanderN avatar Sep 12 '16 16:09 LanderN

This is basic functionality to make this tool actually useful. Otherwise at the end of your work day, when you pickup your phone you'll have to dismiss a brunch of notifications you've already seen. Is there a technical limitation preventing this from happening?

LunaticoCR avatar Jun 07 '17 12:06 LunaticoCR

There's no way to do this cleanly. Like @LanderN suggested it would have to periodically monitor the active notifications which could become a performance issue (in which case we'll scrap it).
I want to keep the app as lightweight as possible.
If anyone wants to give this a shot, fine, but I'm not really in the mood to put any time into this.

jariz avatar Jun 07 '17 12:06 jariz

Is this still an issue even with the most recent update? Dismissing from my Mac currently does not dismiss the notification on my Android.

nikpmr avatar Dec 04 '18 18:12 nikpmr