Skip to content
Snippets Groups Projects
Commit 8a0a4123 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

MQTT integration into JS User and System objects

(missed as part of previous commit)
parent 362ce856
No related branches found
No related tags found
No related merge requests found
Pipeline #5145 failed
...@@ -46,7 +46,7 @@ void sbbs_t::downloadedfile(file_t* f) ...@@ -46,7 +46,7 @@ void sbbs_t::downloadedfile(file_t* f)
logline("D-",str); logline("D-",str);
user_downloaded_file(&cfg, &useron, &client, f->dir, f->name, length); user_downloaded_file(&cfg, &useron, &client, f->dir, f->name, length);
mqtt_file_download(mqtt, &useron, f, length, &client); mqtt_file_download(mqtt, &useron, f->dir, f->name, length, &client);
user_event(EVENT_DOWNLOAD); user_event(EVENT_DOWNLOAD);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment