Merge pull request #5171 from pixelfed/staging

Update ApiV1Controller, update tag feed
pull/5259/head
daniel 12 months ago committed by GitHub
commit f7cf8bd248
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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)

Loading…
Cancel
Save