feat(notif): Notification improvements (#914)

This commit is contained in:
TheCatLady
2021-02-12 08:27:11 -05:00
committed by GitHub
parent 7d3da1a1d2
commit 2768155bba
14 changed files with 252 additions and 205 deletions

View File

@@ -107,6 +107,7 @@ export interface NotificationAgentTelegram extends NotificationAgentConfig {
options: {
botAPI: string;
chatId: string;
sendSilently: boolean;
};
}
@@ -220,6 +221,7 @@ class Settings {
options: {
botAPI: '',
chatId: '',
sendSilently: false,
},
},
pushover: {