|
@@ -53,7 +53,6 @@ class StatusTransformer extends Fractal\TransformerAbstract
|
|
'website' => null
|
|
'website' => null
|
|
],
|
|
],
|
|
'language' => null,
|
|
'language' => null,
|
|
- 'pinned' => null,
|
|
|
|
'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,
|