forked from mirror/pixelfed
Update InternalApiController
This commit is contained in:
parent
71c694b999
commit
ebdb365cf8
|
@ -118,8 +118,8 @@ class InternalApiController extends Controller
|
||||||
->whereVisibility('public')
|
->whereVisibility('public')
|
||||||
->whereNotIn('profile_id', $following)
|
->whereNotIn('profile_id', $following)
|
||||||
->with('media')
|
->with('media')
|
||||||
->orderBy('created_at', 'desc')
|
->inRandomOrder()
|
||||||
->take(21)
|
->take(36)
|
||||||
->get();
|
->get();
|
||||||
|
|
||||||
$res = [
|
$res = [
|
||||||
|
|
Loading…
Reference in New Issue