1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Added Pushover messaging integration (#4691)

This commit is contained in:
Ylian Saint-Hilaire 2022-10-30 11:28:24 -07:00
parent 3ea653cd03
commit e59fac4884
5 changed files with 43 additions and 7 deletions

View file

@ -4031,6 +4031,7 @@ function mainStart() {
if (config.messaging.telegram != null) { modules.push('telegram'); modules.push('input'); }
if (config.messaging.discord != null) { if (nodeVersion >= 17) { modules.push('discord.js@14.6.0'); } else { delete config.messaging.discord; addServerWarning('This NodeJS version does not support Discord.js.', 26); } }
if (config.messaging.xmpp != null) { modules.push('@xmpp/client'); }
if (config.messaging.pushover != null) { modules.push('node-pushover'); }
}
// Setup web based push notifications