forked from mirror/pixelfed
Update ApiController
This commit is contained in:
parent
0ff797c93c
commit
427720060e
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ class ApiController extends BaseApiController
|
|||
->whereNull('status')
|
||||
->whereNull('domain')
|
||||
->inRandomOrder()
|
||||
->take(4)
|
||||
->take(3)
|
||||
->get()
|
||||
->map(function($item, $key) {
|
||||
return [
|
||||
|
|
Loading…
Add table
Reference in a new issue