Add pleroma.in_reply_to_account_acct to MastoAPI status entity

This commit is contained in:
rinpatch 2019-04-22 11:53:37 +03:00
commit f60d072bbb
3 changed files with 3 additions and 0 deletions

View file

@ -128,6 +128,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusViewTest do
pleroma: %{
local: true,
conversation_id: convo_id,
in_reply_to_account_acct: nil,
content: %{"text/plain" => HtmlSanitizeEx.strip_tags(note.data["object"]["content"])},
spoiler_text: %{"text/plain" => HtmlSanitizeEx.strip_tags(note.data["object"]["summary"])}
}