Merge branch 'master' into logging

This commit is contained in:
Andreas Brett
2021-11-29 20:32:42 +01:00
committed by GitHub
39 changed files with 3867 additions and 3497 deletions

View File

@@ -24,6 +24,7 @@ const AliyunSms = require("./notification-providers/aliyun-sms");
const DingDing = require("./notification-providers/dingding");
const Bark = require("./notification-providers/bark");
const { log_info } = require("../src/util");
const SerwerSMS = require("./notification-providers/serwersms");
class Notification {
@@ -59,6 +60,7 @@ class Notification {
new Telegram(),
new Webhook(),
new Bark(),
new SerwerSMS(),
];
for (let item of list) {