Skip to content
Snippets Groups Projects
Commit 160e0df1 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 12c2180d
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
......@@ -46,7 +46,7 @@ void sbbs_t::downloadedfile(file_t* f)
logline("D-",str);
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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment