mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #796] Is there a way to disable instant delivery?? I don't need it #565
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#565
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 @jvalrog on GitHub (Jun 29, 2023).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/796
I'm using ntfy to just remember things, I don't need an instant service that drains my battery.
Is there a way to disable it?
If don't, do you know an alternative?
Thanks
@binwiederhier commented on GitHub (Jun 29, 2023):
Related: #32, #76, #10
There is no way to disable it as of today. The only way would be to do a 15-30min interval timer in Android and poll. This is not hard to achieve, but the UX will suffer a lot, because it'll be weird to have so many options.
@jvalrog commented on GitHub (Jun 29, 2023):
oh I see, thanks.
@gc-ss commented on GitHub (Sep 4, 2024):
I'm assuming this is now implemented?