mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Added MongoDB change stream support.
This commit is contained in:
parent
5d57c71e2e
commit
0e7c091530
9 changed files with 122 additions and 36 deletions
|
@ -799,6 +799,7 @@
|
|||
events_update();
|
||||
}
|
||||
*/
|
||||
if (message.event.noact) break; // Take no action on this event
|
||||
switch (message.event.action) {
|
||||
case 'accountchange': {
|
||||
// An account was created or changed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue