Clickable notification title when click.url is set
Open
a:feature
in:ui
- Dominant language
- Go
- Stars
- 15.9k
- Forks
- 873
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 6
Description
**Is your feature request related to a problem? Please describe.**
If I send a notification with this extra set:
```json
{
"extras": {
"client::notification": {
"click": { "url": "https://gotify.net" }
}
}
}
```
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
Contributor guide
Assessment
This issue has not been assessed yet.