Update InternalApiController

pull/1353/head
Daniel Supernault 6 years ago
parent 71c694b999
commit ebdb365cf8
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -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…
Cancel
Save