mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update SuggestionService
This commit is contained in:
parent
32c0019209
commit
b7a7368c62
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue