|
|
|
@ -51,7 +51,6 @@ class StatusStatelessTransformer extends Fractal\TransformerAbstract
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'language' => null,
|
|
|
|
'language' => null,
|
|
|
|
'mentions' => StatusMentionService::get($status->id),
|
|
|
|
'mentions' => StatusMentionService::get($status->id),
|
|
|
|
'tags' => [],
|
|
|
|
|
|
|
|
'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' => $status->comments_disabled ? true : false,
|
|
|
|
'comments_disabled' => $status->comments_disabled ? true : false,
|
|
|
|
|