ActivityPub: Fix typo

This commit is contained in:
veselcraft 2021-12-28 21:02:07 +03:00
parent 2fa2a61057
commit ca3cc49d35
No known key found for this signature in database
GPG key ID: AED66BC1AC628A4E

View file

@ -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)