mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #768] Notification spam from old alerts #551
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#551
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @skibbipl on GitHub (Jun 6, 2023).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/768
💡 Idea
I use ntfy on many devices: android phone and several browsers on my PC, laptop etc. What bothers me the most is notification spam when I open a browser on a device that was offline too long. Basically here is the scenario:
On my main PC my browser is open for 8h - ntfy sends several alerts during that time. Next day I open my laptop and I get tons of "pings" from my browser about past notifications. Sometimes the whole process takes over a minute.
It would be nice to have some kind of filter that will prevent old notifications popping up on a new browser.
💻 Target components
ntfy server?
@binwiederhier commented on GitHub (Jun 12, 2023):
What you are really asking for is a way to automatically mark notifications as "read" across devices, i.e. when you read a notification on one platform it won't pop up on others.
That would be very useful indeed.
I could have sworn there was another ticket about this, in relation to #159 and #525.