diff --git a/app/chewy/statuses_index.rb b/app/chewy/statuses_index.rb
index ce8d34de0e..5c993422de 100644
--- a/app/chewy/statuses_index.rb
+++ b/app/chewy/statuses_index.rb
@@ -147,7 +147,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
                          }