mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-15 07:35:49 -06:00
[GH-ISSUE #683] Add priority 0 without notification for intent purpose #504
Labels
No labels
ai-generated
android-app
android-app
android-app
build
build
dependencies
docs
enhancement
enhancement
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
server
server
unified-push
web-app
website
🔒 security
🔥 HOT
🪲 bug
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ntfy#504
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 @andreapx on GitHub (Mar 26, 2023).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/683
💡 Idea
I use NTFY to automate some tasks on Android with Tasker (apart for alerting about stuffs), but for this purpose, NTFY notifications are useless and...actually too much.
What about add a priority level 0 with no notification so that we can use those messages just with intent on other apps?
💻 Target components
This should be added server side and in the smartphones app.
@binwiederhier commented on GitHub (Mar 26, 2023):
You can just mute the topic and then it will not alert at all. This is documented (even with a screenshot) here: https://docs.ntfy.sh/subscribe/phone/#react-to-incoming-messages
@andreapx commented on GitHub (Mar 26, 2023):
Ops...sorry about that, I've missed it
Thanks!