mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Revert "Expand PluginHandler to Support Periodic Updates"
This commit is contained in:
parent
630c760d13
commit
3e6514f567
3 changed files with 3 additions and 7 deletions
|
@ -2573,7 +2573,7 @@ function createMeshCore(agent) {
|
|||
if ((meshCoreObj.av == null) || (JSON.stringify(meshCoreObj.av) != JSON.stringify(av))) { meshCoreObj.av = av; mesh.SendCommand(meshCoreObj); }
|
||||
}
|
||||
|
||||
mesh.SendCommand({ action: "plugin", plugin: "__all", hook: "sendPeriodicServerUpdate"});
|
||||
// TODO: add plugin hook here
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue