forked from mirror/pixelfed
Update StatusTransformer
This commit is contained in:
parent
d4b50a24ae
commit
484bb509c6
|
@ -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 New Issue