1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-25 01:05:36 +00:00

Update StatusTransformer, add place

This commit is contained in:
Daniel Supernault 2019-08-19 19:16:48 -06:00
parent 460433ff20
commit bd05f63dec
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

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