Merge branch 'develop' into feature/tag_feed
[akkoma] / lib / pleroma / web / pleroma_api / controllers / pleroma_api_controller.ex
index 772c535a498d0a79b236415c8f11b324dd78d7ad..3285dc11b7a4e238125e7503eea94806ee55e9f0 100644 (file)
@@ -23,7 +23,7 @@ defmodule Pleroma.Web.PleromaAPI.PleromaAPIController do
   plug(
     OAuthScopesPlug,
     %{scopes: ["read:statuses"]}
-    when action in [:conversation, :conversation_statuses, :emoji_reactions_by]
+    when action in [:conversation, :conversation_statuses]
   )
 
   plug(