jellyseerr icon indicating copy to clipboard operation
jellyseerr copied to clipboard

Gotify Priority Notification

Open levogevo opened this issue 2 years ago • 4 comments

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

image "Priority" input here

Code of Conduct

  • [X] I agree to follow Overseerr's Code of Conduct

levogevo avatar Nov 11 '23 02:11 levogevo

please assign to me

moltra avatar Jul 28 '24 01:07 moltra

please assign to me

You're more than welcome to open a pr for this c:

fallenbagel avatar Jul 28 '24 05:07 fallenbagel

were you able to accomplish this ?

Kinda needy to be honest this would be an sexy addition to the whole Notification gang!

Clankcoll avatar Oct 13 '24 21:10 Clankcoll

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

soloam avatar Jan 22 '25 11:01 soloam

:tada: This issue has been resolved in version 2.6.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

fallenbagel avatar Jun 09 '25 23:06 fallenbagel