You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the url parameter is only available on the Android app (only when the notification is pressed, then its value is lost, I may implement this on the Android side, too)
Describe the solution you'd like
Make (at least) the notification title clickable with the extra parameter in the JSON payload
Describe alternatives you've considered
Leave as it is
Additional context
I can send a PR
The text was updated successfully, but these errors were encountered:
I'm not sure, client::notification describes the notification and not the message itself. IMO it wouldn't be obvious that it affects the message display. I also don't know if that's really necessary because you could add a link to the message body and use it instead of using extras.
Is your feature request related to a problem? Please describe.
If I send a notification with this extra set:
the
url
parameter is only available on the Android app (only when the notification is pressed, then its value is lost, I may implement this on the Android side, too)Describe the solution you'd like
Make (at least) the notification title clickable with the extra parameter in the JSON payload
Describe alternatives you've considered
Leave as it is
Additional context
I can send a PR
The text was updated successfully, but these errors were encountered: