Update InternalApiController

This commit is contained in:
Daniel Supernault 2019-06-04 21:46:53 -06:00
parent 1814096f75
commit a0fdee5a72
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 4 deletions

View File

@ -113,10 +113,7 @@ class InternalApiController extends Controller
'type' 'type'
) )
->whereNull('uri') ->whereNull('uri')
->whereHas('media') ->whereIn('type', ['photo','photo:album', 'video'])
->whereHas('profile', function($q) {
return $q->whereNull('status');
})
->whereIsNsfw(false) ->whereIsNsfw(false)
->whereVisibility('public') ->whereVisibility('public')
->whereNotIn('profile_id', $following) ->whereNotIn('profile_id', $following)