mirror of
https://github.com/openvk/openvk
synced 2024-11-15 03:31:18 +03:00
ActivityPub: Fix typo
This commit is contained in:
parent
2fa2a61057
commit
ca3cc49d35
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ final class UserPresenter extends OpenVKPresenter
|
|||
);
|
||||
|
||||
if($user->getAvatarUrl(true) !== null) {
|
||||
$objUser['image'] = array(
|
||||
$objUser['icon'] = array(
|
||||
"type" => "Image",
|
||||
"mediaType" => "image/jpg",
|
||||
"url" => $user->getAvatarUrl(true)
|
||||
|
|
Loading…
Reference in a new issue