mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-24 14:03:16 +00:00
Update StatusController
This commit is contained in:
parent
701401efec
commit
368b79da5a
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue