diff --git a/app/Http/Controllers/InternalApiController.php b/app/Http/Controllers/InternalApiController.php index 8fc7409d9..45738baa6 100644 --- a/app/Http/Controllers/InternalApiController.php +++ b/app/Http/Controllers/InternalApiController.php @@ -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');