mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-08 21:24:53 -05:00
Added terminal device sharing.
This commit is contained in:
1
db.js
1
db.js
@@ -463,6 +463,7 @@ module.exports.CreateDB = function (parent, func) {
|
||||
case 'ugrp': { dbUGrpChange(change, true); break; } // A user account has created
|
||||
}
|
||||
} else if (change.operationType == 'delete') {
|
||||
if ((change.documentKey == null) || (change.documentKey._id == null)) return;
|
||||
var splitId = change.documentKey._id.split('/');
|
||||
switch (splitId[0]) {
|
||||
case 'node': {
|
||||
|
||||
Reference in New Issue
Block a user