diff options
author | Alex Gleason <alex@alexgleason.me> | 2022-01-22 20:05:58 -0600 |
---|---|---|
committer | tusooa <tusooa@kazv.moe> | 2023-09-13 19:19:03 -0400 |
commit | 0d9c443e51c85d9ded3e20954c9620f7a9d2361e (patch) | |
tree | 3cfbd7880f7cf812f2212904ae5e3b9cbac05cfb /test | |
parent | ce5eb3172321f0ef2ae85d7819b44cc8241a5581 (diff) | |
download | pleroma-0d9c443e51c85d9ded3e20954c9620f7a9d2361e.tar.gz pleroma-0d9c443e51c85d9ded3e20954c9620f7a9d2361e.zip |
StatusView: render the whole quoted status
Diffstat (limited to 'test')
-rw-r--r-- | test/pleroma/web/mastodon_api/views/status_view_test.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pleroma/web/mastodon_api/views/status_view_test.exs b/test/pleroma/web/mastodon_api/views/status_view_test.exs index b93335190..b10b0f0b9 100644 --- a/test/pleroma/web/mastodon_api/views/status_view_test.exs +++ b/test/pleroma/web/mastodon_api/views/status_view_test.exs @@ -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, |