Update InternalApiController

pull/818/head
Daniel Supernault 6 years ago
parent 83a21ff81d
commit 4f46f39f1e
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -220,6 +220,7 @@ class InternalApiController extends Controller
$following = array_merge($following, $filters);
$posts = Status::select('id', 'caption', 'profile_id')
->whereNull('uri')
->whereHas('media')
->whereHas('profile', function($q) {
return $q->whereNull('status');

Loading…
Cancel
Save