-
-
Notifications
You must be signed in to change notification settings - Fork 441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tagged URLs to no longer trigger by default when no tag is identified to match against #153
Comments
I like both of the optional ideas, particularly #2 which beats getting piles of notifications while testing. For some service which use a pay-per-alert model, this could be extremely valuable. |
I've implemented all of the above (including optional stuff) except:
As of now, if you use the new
This isn't as intuitive or easy to do as it is write in this ticket. 😉 . I strongly believe Apprise should have lead with this functionality from day 1. I'm not sure how many people are tagging their URLs and then calling the Apprise CLI without referencing the tags they just set. I'm going to assume that while this is kind of a breaking change; it shouldn't hit that large of a population...(famous last words)... but I'm choosing not to do the deprecation changes. |
Issue has been addressed; closing |
🪲 Describe the Enhancement
Make it so tag(s) assigned to an (Apprise) URL exclusively become locked to it. As a result: no longer notify the applicable services unless the matching tags have been specified.
By default if no tags are associated on the CLI (or within API): All of the services are notified. After this change, this would no longer be the case.
💡 Additional thoughts/ideas
To still allow backwards compatibility and have the ability to notify everything (even those with tags):
all
that when specified matches against all URLs regardless of their other defined tags. These would also match against URLs that have no tags assigned to them.💡 Concerns
This is a bit of a breaking feature; as those adjusted to the current way things operate WILL be impacted by this change. Changes to be stretched over a release or two giving users ample time to adjust. This will involve:
The text was updated successfully, but these errors were encountered: