mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Merge pull request #1353 from pixelfed/frontend-ui-refactor
Update InternalApiController
This commit is contained in:
commit
972abf1574
1 changed files with 2 additions and 2 deletions
|
@ -118,8 +118,8 @@ class InternalApiController extends Controller
|
|||
->whereVisibility('public')
|
||||
->whereNotIn('profile_id', $following)
|
||||
->with('media')
|
||||
->orderBy('created_at', 'desc')
|
||||
->take(21)
|
||||
->inRandomOrder()
|
||||
->take(36)
|
||||
->get();
|
||||
|
||||
$res = [
|
||||
|
|
Loading…
Reference in a new issue