From b7a7368c62898eb3069f3e0a5d550e48b694f583 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 12 May 2019 22:19:44 -0600 Subject: [PATCH] Update SuggestionService --- app/Services/SuggestionService.php | 1 + 1 file changed, 1 insertion(+) 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);