diff --git a/src/Socialbox/SocialClient.php b/src/Socialbox/SocialClient.php index 0be51e7..cf6cb70 100644 --- a/src/Socialbox/SocialClient.php +++ b/src/Socialbox/SocialClient.php @@ -587,7 +587,7 @@ return Peer::fromArray($this->sendRequest( new RpcRequest(StandardMethods::RESOLVE_PEER, Utilities::randomCrc32(), [ 'peer' => $peerAddress - ]), $identifiedAs + ]), true, $identifiedAs )->getResponse()->getResult()); } } \ No newline at end of file