Update InternalApiController

pull/1353/head
Daniel Supernault 2019-06-04 22:00:05 -06:00
rodzic 71c694b999
commit ebdb365cf8
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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 = [