recsys v0.2 #6977

Merged
jessopb merged 3 commits from recsysV0.2 into master 2021-09-03 00:39:40 +02:00
Showing only changes of commit 9af7da4297 - Show all commits

View file

@ -130,9 +130,6 @@ const recsys = {
IS_WEB || (window && window.store && selectDaemonSettings(window.store.getState()).share_usage_data);
if (recsys.entries[claimId] && shareTelemetry) {
if (isTentative) {
recsys.entries[claimId]['tentative'] = true;
}
const data = JSON.stringify(recsys.entries[claimId]);
try {
navigator.sendBeacon(recsysEndpoint, data);