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

Fixed mobile app to support device access control.

This commit is contained in:
Ylian Saint-Hilaire 2020-03-29 23:57:58 -07:00
parent 4f60a615b2
commit c5d723a567
3 changed files with 285 additions and 263 deletions

View file

@ -2237,7 +2237,7 @@
}
}
// If out list of nodes may have changes, request the new list now.
// If our list of nodes may have changes, request the new list now.
if (message.event.nodeListChange == userinfo._id) { meshserver.send({ action: 'nodes' }); }
}
if (users == null) break;