Skip to content

Commit 44faa7d

Browse files
committed
Revert "Ensure only toots from the reported users are reported (mastodon#8916)"
This reverts commit 6984396.
1 parent cc6d7df commit 44faa7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/controllers/api/v1/reports_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def create
2727
private
2828

2929
def reported_status_ids
30-
reported_account.statuses.find(status_ids).pluck(:id)
30+
Status.find(status_ids).pluck(:id)
3131
end
3232

3333
def status_ids

0 commit comments

Comments
 (0)