mirror of
https://github.com/kikobar/mastodon.git
synced 2024-11-18 13:17:35 +00:00
Fix reported statuses not being included in warning e-mail (#14778)
This commit is contained in:
parent
fa0c71f0d9
commit
42c4322ce7
|
@ -142,7 +142,7 @@ class Admin::AccountAction
|
||||||
end
|
end
|
||||||
|
|
||||||
def status_ids
|
def status_ids
|
||||||
@report.status_ids if @report && include_statuses
|
report.status_ids if report && include_statuses
|
||||||
end
|
end
|
||||||
|
|
||||||
def reports
|
def reports
|
||||||
|
|
Loading…
Reference in a new issue