mirror of
https://github.com/mastodon/mastodon
synced 2024-11-28 14:58:21 +09:00
Add includes to Report#statuses (#3655)
This commit is contained in:
parent
140e73bc82
commit
6384041d17
@ -23,7 +23,7 @@ class Report < ApplicationRecord
|
|||||||
scope :resolved, -> { where(action_taken: true) }
|
scope :resolved, -> { where(action_taken: true) }
|
||||||
|
|
||||||
def statuses
|
def statuses
|
||||||
Status.where(id: status_ids)
|
Status.where(id: status_ids).includes(:account, :media_attachments, :mentions)
|
||||||
end
|
end
|
||||||
|
|
||||||
def media_attachments
|
def media_attachments
|
||||||
|
Loading…
Reference in New Issue
Block a user