-
-
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
#1170 allow json data in OneSignal template arguments #1171
Conversation
Full disclosure: I took the liberty to disable flake8 in the |
Thank you for this PR. Is there reasson why I'm not sure if i like that if the decoding fails, it just still gracefully sends the notification when it did in fact fail to decode it prior to. I feel as though the notification should fail to send... letting the user know they're data provided was bad. This might be more consistent with the rest of the application . Also, I get the for now though, i do want to keep the on a side note, very interesting solution for passing non-string based data through Apprise with the base64 technique |
Hello @caronc! |
I'm good; thanks again for a great PR |
Description:
Related issue (if applicable): #1170
Adds optional parameter to pass arbitrary data to via base64 encoding