mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-23 05:23:17 +00:00
Update StatusHashtagTransformer
This commit is contained in:
parent
4f9a88a77f
commit
58a19bbf05
1 changed files with 10 additions and 9 deletions
|
@ -15,6 +15,7 @@ class StatusHashtagTransformer extends Fractal\TransformerAbstract
|
|||
|
||||
return [
|
||||
'status' => [
|
||||
'id' => (int) $status->id,
|
||||
'type' => $status->type,
|
||||
'url' => $status->url(),
|
||||
'thumb' => $status->thumb(),
|
||||
|
|
Loading…
Reference in a new issue