Add pleroma.in_reply_to_account_acct to MastoAPI status entity
This commit is contained in:
parent
20deff75f1
commit
f60d072bbb
3 changed files with 3 additions and 0 deletions
|
|
@ -238,6 +238,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusView do
|
|||
pleroma: %{
|
||||
local: activity.local,
|
||||
conversation_id: get_context_id(activity),
|
||||
in_reply_to_account_acct: reply_to_user && reply_to_user.nickname,
|
||||
content: %{"text/plain" => content_plaintext},
|
||||
spoiler_text: %{"text/plain" => summary_plaintext}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue