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

Added batch device notification.

This commit is contained in:
Ylian Saint-Hilaire 2020-08-21 16:36:53 -07:00
parent 8a03bb5cbd
commit 66e45c2aaf
2 changed files with 21 additions and 3 deletions

View file

@ -1220,7 +1220,7 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
if (common.validateString(command.nodeid, 1, 1024) == false) {
if (command.responseid != null) { try { ws.send(JSON.stringify({ action: 'msg', result: 'Unable to route', tag: command.tag, responseid: command.responseid })); } catch (ex) { } }
return;
}
}
// Rights check
var requiredRights = null, requiredNonRights = null;