about summary refs log tree commit diff
path: root/app/controllers/api/v1/reports_controller.rb
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-10-07 19:47:56 +0200
committerThibaut Girka <thib@sitedethib.com>2018-10-07 19:47:56 +0200
commit611740ce81486282dea650e2fbfa50baef58c1b3 (patch)
tree2d72b2608e4bffe1f36039fa81b059ea75c0c656 /app/controllers/api/v1/reports_controller.rb
parent7cc78431092edb0996372bc93bbc398a34af2395 (diff)
parent25744d43b0c9ae58227e1e46ac9e2b33a7944925 (diff)
Merge branch 'master' into glitch-soc/merge-upstream
Diffstat (limited to 'app/controllers/api/v1/reports_controller.rb')
-rw-r--r--app/controllers/api/v1/reports_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/api/v1/reports_controller.rb b/app/controllers/api/v1/reports_controller.rb
index 9c6ee0a50..726817927 100644
--- a/app/controllers/api/v1/reports_controller.rb
+++ b/app/controllers/api/v1/reports_controller.rb
@@ -22,7 +22,7 @@ class Api::V1::ReportsController < Api::BaseController
   private
 
   def reported_status_ids
-    Status.find(status_ids).pluck(:id)
+    reported_account.statuses.find(status_ids).pluck(:id)
   end
 
   def status_ids