浏览代码

Update ApiV1Controller, update tag feed

Daniel Supernault 1 年之前
父节点
当前提交
165df0ca52
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app/Http/Controllers/Api/ApiV1Controller.php

+ 0 - 1
app/Http/Controllers/Api/ApiV1Controller.php

@@ -3755,7 +3755,6 @@ class ApiV1Controller extends Controller
         }
         }
 
 
         $res = StatusHashtag::whereHashtagId($tag->id)
         $res = StatusHashtag::whereHashtagId($tag->id)
-            ->whereIn('status_visibility', ['public', 'private', 'unlisted'])
             ->where('status_id', $dir, $id)
             ->where('status_id', $dir, $id)
             ->orderBy('status_id', 'desc')
             ->orderBy('status_id', 'desc')
             ->limit(100)
             ->limit(100)