fix(gotify): notifications blocked when priority set to 0 (#1763)
This PR fixes an issue where Gotify notifications would not be sent when the priority was configured to 0.
This commit is contained in:
@@ -35,7 +35,7 @@ class GotifyAgent
|
|||||||
settings.enabled &&
|
settings.enabled &&
|
||||||
settings.options.url &&
|
settings.options.url &&
|
||||||
settings.options.token &&
|
settings.options.token &&
|
||||||
settings.options.priority
|
settings.options.priority !== undefined
|
||||||
) {
|
) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user