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