mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update StatusTransformer
This commit is contained in:
parent
d4b50a24ae
commit
484bb509c6
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,8 @@ class StatusTransformer extends Fractal\TransformerAbstract
|
|||
'thread' => false,
|
||||
'replies' => [],
|
||||
'parent' => [],
|
||||
'place' => $status->place
|
||||
'place' => $status->place,
|
||||
'local' => (bool) $status->local,
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue