mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #1301] Make "Keep alerting for highest priority" respect device DND #922
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#922
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 @JHubi1 on GitHub (Mar 27, 2025).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1301
💡 Idea
At the time, when the "Keep alerting for highest priority" toggle is enabled, the notification sound is still being played in loop until the app is opened, even if Do Not Disturb is on. The expected behavior would be following device notification preferences though.
I would love letting this stay enabled, but when I'm in a meeting or sth I don't want to get bombarded with notification sounds
💻 Target components
Both app platforms likely
@wunter8 commented on GitHub (Mar 27, 2025):
"Keep alerting for highest priority" is specifically designed to ignore Do Not Disturb. It's intended for things like waking you up in the middle of the night when your production server is down, even if Do Not Disturb is blocking other notifications.
As a workaround, you can turn off the volume on your "Alarm" audio channel during meetings (but if you don't remember to turn it back up, then you'll miss the next very important notification)
@JHubi1 commented on GitHub (Mar 27, 2025):
Makes sense, ig.
Maybe adding a toggle to specifically change that behavior would probably be appropriate; separating the DND ignore and the repeated notification.
Or at least adding a small disclaimer that it will ignore DND, currently there's none