Update StatusTransformer

pull/1101/head
Daniel Supernault 6 years ago
parent 9914c61c65
commit e590db3f32
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -43,6 +43,8 @@ class StatusTransformer extends Fractal\TransformerAbstract
'pinned' => null,
'pf_type' => $status->type ?? $status->setType(),
'reply_count' => $status->reply_count,
'comments_disabled' => $status->comments_disabled ? true : false
];
}

Loading…
Cancel
Save