Merge pull request #1353 from pixelfed/frontend-ui-refactor

Update InternalApiController
pull/1361/head
daniel 7 years ago committed by GitHub
commit 972abf1574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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