mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +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,
|
||||
AccountManagerAuth::Required,
|
||||
AccountManagerAuth::Optional,
|
||||
QNetworkAccessManager::PostOperation,
|
||||
params, NULL, multipart);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue