mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
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…
Reference in a new issue