浏览代码

Update StatusTransformer

Daniel Supernault 3 年之前
父节点
当前提交
0a7a061a83
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app/Transformer/Api/StatusTransformer.php

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

@@ -53,7 +53,6 @@ class StatusTransformer extends Fractal\TransformerAbstract
 				'website'   => null
 			 ],
 			'language'                  => null,
-			'pinned'                    => null,
 			'mentions'                  => StatusMentionService::get($status->id),
 			'pf_type'                   => $status->type ?? $status->setType(),
 			'reply_count'               => (int) $status->reply_count,