mirror of https://github.com/pixelfed/pixelfed.git
Update ApiController
This commit is contained in:
parent
0ff797c93c
commit
427720060e
|
@ -75,7 +75,7 @@ class ApiController extends BaseApiController
|
||||||
->whereNull('status')
|
->whereNull('status')
|
||||||
->whereNull('domain')
|
->whereNull('domain')
|
||||||
->inRandomOrder()
|
->inRandomOrder()
|
||||||
->take(4)
|
->take(3)
|
||||||
->get()
|
->get()
|
||||||
->map(function($item, $key) {
|
->map(function($item, $key) {
|
||||||
return [
|
return [
|
||||||
|
|
Loading…
Reference in New Issue