diff options
author | kaniini <nenolod@gmail.com> | 2019-04-23 02:43:53 +0000 |
---|---|---|
committer | kaniini <nenolod@gmail.com> | 2019-04-23 02:43:53 +0000 |
commit | 10c40e13d2bcc011f941546b571aa3bb9f08ae0c (patch) | |
tree | 22b3791548eed3ceaf1c05933f92e5898c500a8d /test | |
parent | aa9d37898527260383814a7cf5665d3345075122 (diff) | |
parent | f4c9b79306c6003815ef80a9c13a361bf92e0de9 (diff) | |
download | pleroma-10c40e13d2bcc011f941546b571aa3bb9f08ae0c.tar.gz |
Merge branch 'mastoapi/add-in-reply-to-screen-name' into 'develop'
Add `in_reply_to_account_acct` to MastoAPI status entity
See merge request pleroma/pleroma!1086
Diffstat (limited to 'test')
-rw-r--r-- | test/web/mastodon_api/status_view_test.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/web/mastodon_api/status_view_test.exs b/test/web/mastodon_api/status_view_test.exs index fde931b43..f74726212 100644 --- a/test/web/mastodon_api/status_view_test.exs +++ b/test/web/mastodon_api/status_view_test.exs @@ -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"])} } |