Extract status actions from MastodonAPIController into StatusController

This commit is contained in:
Egor Kislitsyn 2019-09-09 21:49:02 +07:00
commit 98d1347a4e
13 changed files with 354 additions and 328 deletions

View file

@ -68,7 +68,7 @@ defmodule Pleroma.Integration.MastodonWebsocketTest do
assert {:ok, json} = Jason.decode(json["payload"])
view_json =
Pleroma.Web.MastodonAPI.StatusView.render("status.json", activity: activity, for: nil)
Pleroma.Web.MastodonAPI.StatusView.render("show.json", activity: activity, for: nil)
|> Jason.encode!()
|> Jason.decode!()