diff --git a/app/Services/SuggestionService.php b/app/Services/SuggestionService.php index 9160b0472..d34ac17a4 100644 --- a/app/Services/SuggestionService.php +++ b/app/Services/SuggestionService.php @@ -45,6 +45,7 @@ class SuggestionService { $ids = Profile::whereNull('domain') ->whereIsSuggestable(true) ->whereIsPrivate(false) + ->whereHas('statuses') ->pluck('id'); foreach($ids as $id) { self::set($id);