mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #703] App subscription filters #516
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#516
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 @richard7ac on GitHub (Apr 16, 2023).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/703
💡 Allow tag filtering in Android app
💻 Android App
I notice that the API supports tag filters but trying to subscribe on the Android app using the filter string is not permitted.
Either allow using the filter string to the subscription or allow aging filters within the subscription settings.
@binwiederhier commented on GitHub (Apr 18, 2023):
Thanks for the ticket.
I don't hate the idea, but it very niche and likely will just overload the Android app even more. Given that topics are cheap, it may be just a good "workaround" to just subscribe to different topics.
@richard7ac commented on GitHub (Apr 18, 2023):
I did try using a topic of zzzz,tags=xxxx but the subscribe option doesn't allow it
I was hoping to have a general topic that could be published to and different clients filter the information based upon the tag like it's permitted in the API.
@binwiederhier commented on GitHub (Nov 18, 2023):
I have given this more thought and I don't think I want to implement subscription filters. Thank you for taking the time to open a ticket.