mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-08 15:54:51 +00:00
Update AdminReportController
This commit is contained in:
parent
1a972e8ddf
commit
ed9f2fbb09
1 changed files with 1 additions and 1 deletions
|
@ -1573,7 +1573,7 @@ trait AdminReportController
|
|||
->where('profiles.username', 'LIKE', $query)
|
||||
->select('moderated_profiles.*', 'profiles.username')
|
||||
->orderByDesc('moderated_profiles.id')
|
||||
->cursorPaginate(5);
|
||||
->cursorPaginate(10);
|
||||
|
||||
return AdminModeratedProfileResource::collection($profiles);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue