mirror of
https://github.com/idanoo/autobrr
synced 2025-07-25 09:49:13 +00:00
feat(notifications): optional Telegram sender (#1726)
refactor(notifications): optional Telegram sender
This commit is contained in:
parent
c8e2fba334
commit
ec79eafe43
4 changed files with 22 additions and 6 deletions
1
web/src/types/Notification.d.ts
vendored
1
web/src/types/Notification.d.ts
vendored
|
@ -25,4 +25,5 @@ interface ServiceNotification {
|
|||
priority?: number;
|
||||
topic?: string;
|
||||
host?: string;
|
||||
username?: string;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue