Extract status actions from MastodonAPIController into StatusController
This commit is contained in:
parent
219771288c
commit
98d1347a4e
13 changed files with 354 additions and 328 deletions
|
|
@ -61,7 +61,7 @@ defmodule Pleroma.Web.AdminAPI.ReportViewTest do
|
|||
AccountView.render("account.json", %{user: other_user}),
|
||||
Pleroma.Web.AdminAPI.AccountView.render("show.json", %{user: other_user})
|
||||
),
|
||||
statuses: [StatusView.render("status.json", %{activity: activity})],
|
||||
statuses: [StatusView.render("show.json", %{activity: activity})],
|
||||
state: "open",
|
||||
id: report_activity.id
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue