1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-25 01:05:36 +00:00

Update StatusHashtagTransformer

This commit is contained in:
Daniel Supernault 2019-07-01 23:14:01 -06:00
parent 914b0e4965
commit 4f9a88a77f
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

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