binwiederhier / ntfy-android

Android app for ntfy.sh
Apache License 2.0
465 stars 92 forks source link

Feature request: Alert when a topic is silent #83

Closed marxjohnson closed 1 month ago

marxjohnson commented 1 month ago

Thanks for all your work on NTFY, I find it really useful to send notifications from my server to my phone.

One feature I'd really like is to be able to set an expected update frequency for a subscribed topic, then have the app give a notification if it hasn't seen any new messages in longer than expected.

For example, I have a topic called "docker-updates". Once a week my server refreshes it's docker containers and posts the result to that topic. I'd like to tell the app to expect a messages in that topic every 7 days, and if it doesn't see any, let me know so I can investigate.

Would such a feature be possible?

marxjohnson commented 1 month ago

Just realised this is a duplicate of https://github.com/binwiederhier/ntfy/issues/254