Merge pull request #3373 from tidusjar/feature/v4-whatsapp

Feature/v4 whatsapp
This commit is contained in:
Jamie 2020-02-01 23:25:51 +00:00 committed by GitHub
commit 0df6a734de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 562 additions and 74 deletions

View file

@ -33,6 +33,7 @@ namespace Ombi.Helpers
public static EventId PushoverNotification => new EventId(4005);
public static EventId TelegramNotifcation => new EventId(4006);
public static EventId GotifyNotification => new EventId(4007);
public static EventId WhatsApp => new EventId(4008);
public static EventId TvSender => new EventId(5000);
public static EventId SonarrSender => new EventId(5001);

View file

@ -11,5 +11,6 @@
Mattermost = 6,
Mobile = 7,
Gotify = 8,
WhatsApp = 9
}
}