You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the feed_deactivated_warn message is always being sent to the user who subscribed to the feed, but if I set the ERROR_LOGGING_CHAT, I would expect that chat to receive all error messages.
This is intended, or else users, except for those in ERROR_LOGGING_CHAT, would never know their subscriptions had been paused (deactivated).
Here is my use case: I've created several channels for users and manage the bot through direct chat with it. As the admin, I just set up the feeds for the channels and fix issues when errors occur, but I don't care about the content of the feeds. Similarly, the users don’t care about the error messages or which feeds the channels are subscribed to.
I am super occupied these days and I have not started working on it yet. I would appreciate it if you would like to implement it.
I'd love to, but such a highly engineered Python project is difficult for me. I will try, but it may not succeed.
It looks like the
feed_deactivated_warn
message is always being sent to the user who subscribed to the feed, but if I set theERROR_LOGGING_CHAT
, I would expect that chat to receive all error messages.RSS-to-Telegram-Bot/src/monitor/_notifier.py
Lines 220 to 271 in 5a67570
The text was updated successfully, but these errors were encountered: