Merge pull request #6147 from pixelfed/staging

Staging
pull/6163/head
(dan)iel (sup)ernault 3 months ago committed by GitHub
commit 3e0b7dbe31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -720,7 +720,7 @@ class PublicApiController extends Controller
})
->whereIn('type', $scope)
->whereIn('scope', $visibility)
->orderByDesc('id')
->orderByDesc('created_at')
->cursorPaginate($remainingLimit)
->withQueryString();

Loading…
Cancel
Save