1
0
Fork 0

Update StatusController

This commit is contained in:
Daniel Supernault 2018-10-20 22:57:58 -06:00
parent 701401efec
commit 368b79da5a
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class StatusTransformer extends Fractal\TransformerAbstract
// TODO: fixme
'reblog' => null,
'content' => "<p>$status->rendered</p>",
'content' => "$status->rendered",
'created_at' => $status->created_at->format('c'),
'emojis' => [],
'reblogs_count' => $status->shares()->count(),