Update StatusTransformer

This commit is contained in:
Daniel Supernault 2019-11-10 20:53:37 -07:00
parent d4b50a24ae
commit 484bb509c6
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -47,7 +47,8 @@ class StatusTransformer extends Fractal\TransformerAbstract
'thread' => false,
'replies' => [],
'parent' => [],
'place' => $status->place
'place' => $status->place,
'local' => (bool) $status->local,
];
}