mirror of
https://github.com/openvk/openvk
synced 2025-04-19 14:43:01 +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) {
|
if($user->getAvatarUrl(true) !== null) {
|
||||||
$objUser['image'] = array(
|
$objUser['icon'] = array(
|
||||||
"type" => "Image",
|
"type" => "Image",
|
||||||
"mediaType" => "image/jpg",
|
"mediaType" => "image/jpg",
|
||||||
"url" => $user->getAvatarUrl(true)
|
"url" => $user->getAvatarUrl(true)
|
||||||
|
|
Loading…
Reference in a new issue