mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Update DomainGatekeeper.cpp
This commit is contained in:
parent
884bdb3b7e
commit
5771ee27e1
1 changed files with 1 additions and 2 deletions
|
@ -927,8 +927,7 @@ void DomainGatekeeper::getDomainOwnerFriendsList() {
|
|||
callbackParams.errorCallbackMethod = "getDomainOwnerFriendsListErrorCallback";
|
||||
|
||||
const QString GET_FRIENDS_LIST_PATH = "api/v1/user/friends";
|
||||
if (DependencyManager::get<AccountManager>()->hasValidAccessToken())
|
||||
{
|
||||
if (DependencyManager::get<AccountManager>()->hasValidAccessToken()) {
|
||||
DependencyManager::get<AccountManager>()->sendRequest(GET_FRIENDS_LIST_PATH, AccountManagerAuth::Required,
|
||||
QNetworkAccessManager::GetOperation, callbackParams, QByteArray(),
|
||||
NULL, QVariantMap());
|
||||
|
|
Loading…
Reference in a new issue