mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-14 17:22:54 -07:00
!wip
This commit is contained in:
parent
c370909619
commit
e235475413
3 changed files with 48 additions and 61 deletions
|
@ -2,12 +2,13 @@
|
|||
{
|
||||
public enum NotificationAgent
|
||||
{
|
||||
Email,
|
||||
Discord,
|
||||
Pushbullet,
|
||||
Pushover,
|
||||
Telegram,
|
||||
Slack,
|
||||
Mattermost,
|
||||
Email = 0,
|
||||
Discord = 1,
|
||||
Pushbullet = 2,
|
||||
Pushover = 3,
|
||||
Telegram = 4,
|
||||
Slack = 5,
|
||||
Mattermost = 6,
|
||||
Mobile = 7,
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue