We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Android app (test build from Discord / https://phil.nopaste.net/T7d7JOvNRH?d=1&f=app-play-debug.apk&a=uVxXKVl4wn) is not behaving correctly with "view" action and the "clear" parameter set to true. In this case my app clears the notification, but does NOT execute the "view" action.
Example request:
{ "topic": "transfer", "message": "I got a new pickup point", "actions": [ { "action": "view", "label": "meet me here", "url": "geo:47.421087468386155, 10.985437463216053", "clear": true } ] }
If the "clear" parameter is set to false (or not set at all, as false is the default), the action is executed.
The text was updated successfully, but these errors were encountered:
Fixed in binwiederhier/ntfy-android@e425521
Sorry, something went wrong.
No branches or pull requests
Android app (test build from Discord / https://phil.nopaste.net/T7d7JOvNRH?d=1&f=app-play-debug.apk&a=uVxXKVl4wn) is not behaving correctly with "view" action and the "clear" parameter set to true.
In this case my app clears the notification, but does NOT execute the "view" action.
Example request:
If the "clear" parameter is set to false (or not set at all, as false is the default), the action is executed.
The text was updated successfully, but these errors were encountered: