Merge branch 'develop' into fix/attachments-cleanup
[akkoma] / lib / pleroma / web / admin_api / admin_api_controller.ex
index 78b77a97a7c62fa1f0f1076cece6f68297b202ab..7118faf94b66d77ebdb95013bfff299808064423 100644 (file)
@@ -75,7 +75,7 @@ defmodule Pleroma.Web.AdminAPI.AdminAPIController do
   plug(
     OAuthScopesPlug,
     %{scopes: ["write:reports"], admin: true}
-    when action in [:report_update_state, :report_respond]
+    when action in [:reports_update]
   )
 
   plug(