mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Added notification settings feature
This commit is contained in:
parent
89bfce1dc6
commit
fd53a3d9c7
6 changed files with 52 additions and 5 deletions
|
@ -110,7 +110,7 @@ function AmtManager(agent, db, isdebug) {
|
|||
}
|
||||
|
||||
// Sent to the entire group, no sessionid or userid specified.
|
||||
if (notify != null) { agent.SendCommand({ "action": "msg", "type": "notify", "value": notify, "tag": "general" }); }
|
||||
if (notify != null) { agent.SendCommand({ "action": "msg", "type": "notify", "value": notify, "tag": "general", "amtMessage": amtMessage }); }
|
||||
}
|
||||
|
||||
// Launch LMS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue