diff --git a/app/chewy/statuses_index.rb b/app/chewy/statuses_index.rb index ca119e3779..2ded80e6eb 100644 --- a/app/chewy/statuses_index.rb +++ b/app/chewy/statuses_index.rb @@ -126,7 +126,7 @@ class StatusesIndex < Chewy::Index if status.searchability == 'direct' status.searchable_by.empty? else - status.searchability == 'limited' ? status.domain.present? : false + status.searchability == 'limited' ? status.account.domain.present? : false end }