-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only receiving one notification per user #257
Comments
I've noticed some weird things about Pushover notifications lately, too, like notifications that never appear in Android's notification shade but are present in the Pushover app's list when I check it later. My ZNC hasn't been restarted in months, so I can only guess that something recently changed (or has broken somehow) on Pushover's end. |
I don't think it's on Pushover's end. I can see with debug on that the module never even attempts to send anything. When I send a test message, or for regular messages after a module reload, I can watch the debug info scroll by correctly and the message be send. |
Must be a different issue, then. I've not changed anything in my ZNC setup for quite a while, certainly not since before I started noticing notification oddities. Good luck to both of us, then, in debugging! |
If you aren't responding, the default configuration will not notify you about every single message, to prevent spamming you from chatty DMs. https://github.com/jreese/znc-push/blob/master/doc/examples.md |
I've configured the module using Pushover. It's linked correctly, I can send as many test notifications as I want, without issue.
My problem is that, after reloading the module, I only get one notification from each user that messages me.
I reload the module, User1 sends me a message, I get the notification. User 1 sends me another message, no matter how much time elapsed, I do not get a notification.
The same thing will repeat for every other user that sends me a message. I will not get a second notification from any user, no matter what time elapsed, away or not, idle or not, UNTIL I reload the module, after which the same thing repeats, one message and that's it.
Is this a setting I've overlooked or some sort of issue?
The text was updated successfully, but these errors were encountered: