mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update StatusStatelessTransformer
This commit is contained in:
parent
08fb905c12
commit
71e77a8325
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ class StatusStatelessTransformer extends Fractal\TransformerAbstract
|
|||
'thread' => false,
|
||||
'replies' => [],
|
||||
'parent' => $status->parent() ? $this->transform($status->parent()) : [],
|
||||
'local' => (bool) $status->local,
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue