login update
This commit is contained in:
@@ -594,7 +594,7 @@ final class HomepageService
|
||||
$authorName = $artwork->user?->name ?? 'Artist';
|
||||
$authorUsername = $artwork->user?->username ?? '';
|
||||
$avatarHash = $artwork->user?->profile?->avatar_hash ?? null;
|
||||
$authorAvatar = AvatarUrl::forUser((int) $authorId, $avatarHash, 40);
|
||||
$authorAvatar = AvatarUrl::forUser((int) $authorId, $avatarHash, 64);
|
||||
|
||||
return [
|
||||
'id' => $artwork->id,
|
||||
|
||||
Reference in New Issue
Block a user