|
@@ -20,6 +20,7 @@ class StatusStatelessTransformer extends Fractal\TransformerAbstract
|
|
$taggedPeople = MediaTagService::get($status->id);
|
|
$taggedPeople = MediaTagService::get($status->id);
|
|
|
|
|
|
return [
|
|
return [
|
|
|
|
+ '_v' => 1,
|
|
'id' => (string) $status->id,
|
|
'id' => (string) $status->id,
|
|
'shortcode' => HashidService::encode($status->id),
|
|
'shortcode' => HashidService::encode($status->id),
|
|
'uri' => $status->url(),
|
|
'uri' => $status->url(),
|