mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update StatusTransformer
This commit is contained in:
parent
306b6232b6
commit
0a7a061a83
1 changed files with 0 additions and 1 deletions
|
@ -53,7 +53,6 @@ class StatusTransformer extends Fractal\TransformerAbstract
|
|||
'website' => null
|
||||
],
|
||||
'language' => null,
|
||||
'pinned' => null,
|
||||
'mentions' => StatusMentionService::get($status->id),
|
||||
'pf_type' => $status->type ?? $status->setType(),
|
||||
'reply_count' => (int) $status->reply_count,
|
||||
|
|
Loading…
Reference in a new issue