mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 16:35:53 +02:00
[GH-ISSUE #1580] Support un-subscribing to a topic via a ntfy:// link #1110
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#1110
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 @therden on GitHub (Jan 30, 2026).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1580
💡 Idea
As covered here in the documentation: when using an Android device on which the ntfy client is already installed, clicking on a well-formed "ntfy:// link" in the form
ntfy://<host>/<topic>?display=<name>will open the client and subscribe the user to the specified topic and assign a display name for that topic. This feature assists would-be subscribers in circumstances where the actual topic name may present a challenge to enter accurately and/or the true name gives no hint about the topic's contents -- when the topic name is a UUID, for example.I'm writing to ask that you consider adding another link type that, when clicked, would open the client app to unsubscribe to the specified topic -- possibly taking the form
ntfy://<host>/<topic>?unsubscribe=true.I realize that users can easily unsubscribe to any topic manually within the app; but when the initial subscription was automated via a "ntfy:// link`, it'd be nice to be able to provide a link to likewise automate the un-subscribe process.
💻 Target components
Android client (initially, since it's the only platform that presently supports using "ntfy:// links" to subscribe to a topic.)