mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #271] deeper deep links don't work #209
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#209
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 @Curid on GitHub (May 26, 2022).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/271
When the link is clicked the app briefly opens then closes.
ntfy://my.domain.com/topicWorks.ntfy://my.domain.com/api/topicDoesn't work.ntfy://my.domain.com/api/ntfy/mytopicDoesn't work.@binwiederhier commented on GitHub (May 26, 2022):
Where'd you get the idea that the other two links should work. The docs only describe the first link as valid: https://ntfy.sh/docs/subscribe/phone/#ntfy-links
@Curid commented on GitHub (May 26, 2022):
Sorry, I forgot the
//part in the third link.Why shouldn't it work? Putting
https://my.domain.com/api/ntfy/mytopicin the server field manually works.@binwiederhier commented on GitHub (May 26, 2022):
Why doesn't my lawnmower heat up my spaghetti? ;-) Because it was not programmed to do it. I only implemented the first link. As per the docs.
@binwiederhier commented on GitHub (May 26, 2022):
I saw your PR, but I am sorry to say, I have no interest in making these links extend to support relative paths like that, at least not until I have official support for relative paths in ntfy (which I am also not really sure I want).
Right now I am focusing my energy on iOS and I won't merge this any time soon.