diff --git a/app/models/report.rb b/app/models/report.rb index 7c317490b..4d2552d30 100644 --- a/app/models/report.rb +++ b/app/models/report.rb @@ -23,7 +23,7 @@ class Report < ApplicationRecord scope :resolved, -> { where(action_taken: true) } def statuses - Status.where(id: status_ids) + Status.where(id: status_ids).includes(:account, :media_attachments, :mentions) end def media_attachments