StatusView: render the whole quoted status
This commit is contained in:
parent
d10408558e
commit
f95cad4603
3 changed files with 15 additions and 1 deletions
|
|
@ -326,6 +326,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusViewTest do
|
|||
conversation_id: convo_id,
|
||||
context: object_data["context"],
|
||||
in_reply_to_account_acct: nil,
|
||||
quote: nil,
|
||||
content: %{"text/plain" => HTML.strip_tags(object_data["content"])},
|
||||
spoiler_text: %{"text/plain" => HTML.strip_tags(object_data["summary"])},
|
||||
expires_at: nil,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue