mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 19:10:38 +02:00
Merge pull request #7790 from birarda/anon-events
don't require authentication to send usage data
This commit is contained in:
commit
19e069f6ef
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ void UserActivityLogger::logAction(QString action, QJsonObject details, JSONCall
|
||||||
}
|
}
|
||||||
|
|
||||||
accountManager.sendRequest(USER_ACTIVITY_URL,
|
accountManager.sendRequest(USER_ACTIVITY_URL,
|
||||||
AccountManagerAuth::Required,
|
AccountManagerAuth::Optional,
|
||||||
QNetworkAccessManager::PostOperation,
|
QNetworkAccessManager::PostOperation,
|
||||||
params, NULL, multipart);
|
params, NULL, multipart);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue