caronc / apprise-api

A lightweight REST framework that wraps the Apprise Notification Library
https://hub.docker.com/r/caronc/apprise
MIT License
580 stars 50 forks source link

apprise:// payload handling fixed with tags from CLI #110

Closed caronc closed 1 year ago

caronc commented 1 year ago

Description:

Related issue (if applicable): refs #109

A recent change to the regex handling to support comma's (,) and spaces (`) to also act asAND/OR` arguments broke the integration to the Apprise library for those using the CLI.

This restores the CLI and external apprise:// references.

Checklist