Update ApiV1Controller, update tag feed

This commit is contained in:
Daniel Supernault 2024-06-11 23:11:59 -06:00
parent 25d41901ec
commit 165df0ca52
No known key found for this signature in database
GPG key ID: 23740873EE6F76A1

View file

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