gotify / gotify/server

Clickable notification title when click.url is set

Open
#635 1 comment 2 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.