1
0
Fork 0

Update StatusStatelessTransformer

This commit is contained in:
Daniel Supernault 2019-11-24 14:57:45 -07:00
parent 08fb905c12
commit 71e77a8325
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ class StatusStatelessTransformer extends Fractal\TransformerAbstract
'thread' => false,
'replies' => [],
'parent' => $status->parent() ? $this->transform($status->parent()) : [],
'local' => (bool) $status->local,
];
}