mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +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')
|
$ids = Profile::whereNull('domain')
|
||||||
->whereIsSuggestable(true)
|
->whereIsSuggestable(true)
|
||||||
->whereIsPrivate(false)
|
->whereIsPrivate(false)
|
||||||
|
->whereHas('statuses')
|
||||||
->pluck('id');
|
->pluck('id');
|
||||||
foreach($ids as $id) {
|
foreach($ids as $id) {
|
||||||
self::set($id);
|
self::set($id);
|
||||||
|
|
Loading…
Reference in a new issue