Explorar el Código

Update StatusTransformer

Daniel Supernault hace 6 años
padre
commit
e590db3f32
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      app/Transformer/Api/StatusTransformer.php

+ 2 - 0
app/Transformer/Api/StatusTransformer.php

@@ -43,6 +43,8 @@ class StatusTransformer extends Fractal\TransformerAbstract
             'pinned'                    => null,
 
             'pf_type'          => $status->type ?? $status->setType(),
+            'reply_count'      => $status->reply_count,
+            'comments_disabled' => $status->comments_disabled ? true : false
         ];
     }