feat(notifications): optional Telegram sender (#1726)

refactor(notifications): optional Telegram sender
This commit is contained in:
martylukyy 2024-09-17 17:07:58 +02:00 committed by GitHub
parent c8e2fba334
commit ec79eafe43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 22 additions and 6 deletions

View file

@ -25,4 +25,5 @@ interface ServiceNotification {
priority?: number;
topic?: string;
host?: string;
username?: string;
}