mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +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 [
|
return [
|
||||||
'status' => [
|
'status' => [
|
||||||
|
'id' => (int) $status->id,
|
||||||
'type' => $status->type,
|
'type' => $status->type,
|
||||||
'url' => $status->url(),
|
'url' => $status->url(),
|
||||||
'thumb' => $status->thumb(),
|
'thumb' => $status->thumb(),
|
||||||
|
|
Loading…
Reference in a new issue