StatusView: render the whole quoted status

This commit is contained in:
Alex Gleason 2022-01-22 20:05:58 -06:00 committed by tusooa
commit f95cad4603
No known key found for this signature in database
GPG key ID: 42AEC43D48433C51
3 changed files with 15 additions and 1 deletions

View file

@ -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,