mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Added Zulip messaging integration (#4694)
This commit is contained in:
parent
6b8acc1675
commit
7f183ac2fd
6 changed files with 45 additions and 3 deletions
|
@ -4032,6 +4032,7 @@ function mainStart() {
|
|||
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'); }
|
||||
if (config.messaging.zulip != null) { modules.push('zulip'); }
|
||||
}
|
||||
|
||||
// Setup web based push notifications
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue