diff --git a/server/notification.js b/server/notification.js index 70b71b68b..6827df72f 100644 --- a/server/notification.js +++ b/server/notification.js @@ -129,6 +129,7 @@ class Notification { new Pushbullet(), new PushDeer(), new Pushover(), + new PushPlusPlus(), new Pushy(), new RocketChat(), new ServerChan(), @@ -159,8 +160,7 @@ class Notification { new Cellsynt(), new Wpush(), new SendGrid(), - new YZJ(), - new PushPlusPlus() + new YZJ() ]; for (let item of list) { if (! item.name) {