mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-15 01:32:55 -07:00
Added Telegram Notification support, Not tested.
This commit is contained in:
parent
5e48c66325
commit
e526c1071a
25 changed files with 494 additions and 25 deletions
|
@ -27,6 +27,7 @@ namespace Ombi.Helpers
|
|||
public static EventId SlackNotification => new EventId(4003);
|
||||
public static EventId MattermostNotification => new EventId(4004);
|
||||
public static EventId PushoverNotification => new EventId(4005);
|
||||
public static EventId TelegramNotifcation => new EventId(4006);
|
||||
|
||||
public static EventId TvSender => new EventId(5000);
|
||||
public static EventId SonarrSender => new EventId(5001);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue