forked from mirror/pixelfed
Update StatusTransformer.php
This commit is contained in:
parent
e2a5a25416
commit
4a1eb82f63
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class StatusTransformer extends Fractal\TransformerAbstract
|
||||||
'mentions' => StatusMentionService::get($status->id),
|
'mentions' => StatusMentionService::get($status->id),
|
||||||
'pf_type' => $status->type ?? $status->setType(),
|
'pf_type' => $status->type ?? $status->setType(),
|
||||||
'reply_count' => (int) $status->reply_count,
|
'reply_count' => (int) $status->reply_count,
|
||||||
'comments_disabled' => (bool)$status->comments_disabled,
|
'comments_disabled' => (bool) $status->comments_disabled,
|
||||||
'thread' => false,
|
'thread' => false,
|
||||||
'replies' => [],
|
'replies' => [],
|
||||||
'parent' => [],
|
'parent' => [],
|
||||||
|
|
Loading…
Add table
Reference in a new issue