mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 23:32:48 +02:00
don't require authentication to send user activity
This commit is contained in:
parent
9fe9100cac
commit
6883891748
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