ignore reply to notification

dsnz

Well-known member
hello,

when a notification is displayed from a messaging app and if the messaging app supports it, one can reply in a single line box inside the notification which is useful
but
this reply is received by macrodroid as a new notification !
most of the time I do not want to catch this "reply"-notification (actually never I had a need for this until now),
and it messes the correct operation of my macros

does anyone have an idea on how to handle this situation ?
 

Dm114

Well-known member
hello,

when a notification is displayed from a messaging app and if the messaging app supports it, one can reply in a single line box inside the notification which is useful
but
this reply is received by macrodroid as a new notification !
most of the time I do not want to catch this "reply"-notification (actually never I had a need for this until now),
and it messes the correct operation of my macros

does anyone have an idea on how to handle this situation ?
Isn't there a text (or piece of text) you could use as an inclusive or exclusive constraint in these notifications?
 

dsnz

Well-known member
in one messenger app that I have catched all its notifications, the sender appears in ticker text in reply (which is me)
however for other apps I must study all notifications and replies, which takes time and needs custom check logic, there is also the possibility that I may not find a good discriminating text piece (no workaround), and finally I consider this method as fragile

(eventually I will do this workaround if nothing better is posted here)
 
Top