mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update StatusHashtagTransformer, add blurhash attribute
This commit is contained in:
parent
3f772ff864
commit
899bbeba5f
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ class StatusHashtagTransformer extends Fractal\TransformerAbstract
|
|||
'url' => $status->url(),
|
||||
'thumb' => $status->thumb(true),
|
||||
'filter' => $status->firstMedia()->filter_class,
|
||||
'blurhash' => $status->firstMedia()->blurhash,
|
||||
'sensitive' => (bool) $status->is_nsfw,
|
||||
'like_count' => $status->likes_count,
|
||||
'share_count' => $status->reblogs_count,
|
||||
|
|
Loading…
Reference in a new issue