mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-25 01:05:36 +00:00
Update StatusHashtagTransformer
This commit is contained in:
parent
914b0e4965
commit
4f9a88a77f
1 changed files with 2 additions and 1 deletions
|
@ -12,12 +12,13 @@ class StatusHashtagTransformer extends Fractal\TransformerAbstract
|
|||
$hashtag = $statusHashtag->hashtag;
|
||||
$status = $statusHashtag->status;
|
||||
$profile = $statusHashtag->profile;
|
||||
|
||||
|
||||
return [
|
||||
'status' => [
|
||||
'type' => $status->type,
|
||||
'url' => $status->url(),
|
||||
'thumb' => $status->thumb(),
|
||||
'filter' => $status->firstMedia()->filter_class,
|
||||
'sensitive' => (bool) $status->is_nsfw,
|
||||
'like_count' => $status->likes_count,
|
||||
'share_count' => $status->reblogs_count,
|
||||
|
|
Loading…
Reference in a new issue