Update SuggestionService

pull/1292/head
Daniel Supernault 2019-05-12 22:19:44 -06:00
rodzic 32c0019209
commit b7a7368c62
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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);