mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-25 09:17:03 +00:00
Update StatusTransformer, add place
This commit is contained in:
parent
460433ff20
commit
bd05f63dec
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class StatusTransformer extends Fractal\TransformerAbstract
|
||||||
'thread' => false,
|
'thread' => false,
|
||||||
'replies' => [],
|
'replies' => [],
|
||||||
'parent' => [],
|
'parent' => [],
|
||||||
//'place' => $status->place
|
'place' => $status->place
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue