mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-18 04:21:27 +00:00
Merge pull request #5171 from pixelfed/staging
Update ApiV1Controller, update tag feed
This commit is contained in:
commit
f7cf8bd248
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue