Add WPush Notification Provider (#5049)

Signed-off-by: Alone88 <anhaoyl@qq.com>
This commit is contained in:
Alone88
2024-08-26 10:57:56 +08:00
committed by GitHub
parent dc3ad88fe1
commit b059c19069
5 changed files with 87 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ const Whapi = require("./notification-providers/whapi");
const GtxMessaging = require("./notification-providers/gtx-messaging");
const Cellsynt = require("./notification-providers/cellsynt");
const Onesender = require("./notification-providers/onesender");
const Wpush = require("./notification-providers/wpush");
class Notification {
@@ -147,6 +148,7 @@ class Notification {
new Whapi(),
new GtxMessaging(),
new Cellsynt(),
new Wpush(),
];
for (let item of list) {
if (! item.name) {