Add support for `account_id` param to filter notifications by the account
[akkoma] / lib / pleroma / web / admin_api / admin_api_controller.ex
index 7c783f91924d87011712413f1c1d0df90df39189..c8abeff06f922dee857709221b725c2c5f59d460 100644 (file)
@@ -241,7 +241,7 @@ defmodule Pleroma.Web.AdminAPI.AdminAPIController do
       })
 
     conn
-    |> put_view(StatusView)
+    |> put_view(Pleroma.Web.AdminAPI.StatusView)
     |> render("index.json", %{activities: activities, as: :activity})
   end