Gotify Priority Notification
Description
Gotify notifications have a priority setting that allow for control over visibility
Jellyseerr currently does not show an option for changing the priority of gotify notifications and defaults to 0.
2023-11-10 19:54:59.192 INFO: WebSocket(272): received message
{"id":2497,"appid":2,"message":"Check check, 1, 2, 3. Are we coming in clear?",
"title":"Test Notification","priority":0,"extras":{"client::display"
:{"contentType":"text/markdown"}},"date":"2023-11-11T01:54:59.344171175Z"}
in gotify.ts
private getNotificationPayload(
type: Notification,
payload: NotificationPayload
): GotifyPayload {
const { applicationUrl, applicationTitle } = getSettings().main;
let priority = 0;
Desired Behavior
Add priority as a user configurable number in the gotify sections in the notifications page.
Additional Context
Code of Conduct
- [X] I agree to follow Overseerr's Code of Conduct
please assign to me
please assign to me
You're more than welcome to open a pr for this c:
were you able to accomplish this ?
Kinda needy to be honest this would be an sexy addition to the whole Notification gang!
Hello, any input on this issue? For better or worst at lest don't pass any priority and this will make gotify use the default one
Thank you
:tada: This issue has been resolved in version 2.6.0 :tada:
The release is available on:
v2.6.0- GitHub release
Your semantic-release bot :package::rocket: