mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 19:40:05 -07:00
Merge pull request #2897 from Aerion/add-gotify-notifications
Add Gotify as notification provider
This commit is contained in:
commit
cea62d5244
23 changed files with 454 additions and 3 deletions
|
@ -32,6 +32,7 @@ namespace Ombi.Helpers
|
|||
public static EventId MattermostNotification => new EventId(4004);
|
||||
public static EventId PushoverNotification => new EventId(4005);
|
||||
public static EventId TelegramNotifcation => new EventId(4006);
|
||||
public static EventId GotifyNotification => new EventId(4007);
|
||||
|
||||
public static EventId TvSender => new EventId(5000);
|
||||
public static EventId SonarrSender => new EventId(5001);
|
||||
|
|
|
@ -10,5 +10,6 @@
|
|||
Slack = 5,
|
||||
Mattermost = 6,
|
||||
Mobile = 7,
|
||||
Gotify = 8,
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue