mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-12 17:44:31 +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,
|
'thread' => false,
|
||||||
'replies' => [],
|
'replies' => [],
|
||||||
'parent' => $status->parent() ? $this->transform($status->parent()) : [],
|
'parent' => $status->parent() ? $this->transform($status->parent()) : [],
|
||||||
|
'local' => (bool) $status->local,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue