Add inReplyToStatus to TwAPI.
This commit is contained in:
parent
e56dba1563
commit
ae50b165cc
2 changed files with 6 additions and 3 deletions
|
|
@ -14,7 +14,8 @@ defmodule Pleroma.Web.TwitterAPI.Representers.ActivityRepresenter do
|
|||
"text" => content,
|
||||
"is_local" => true,
|
||||
"is_post_verb" => true,
|
||||
"created_at" => published
|
||||
"created_at" => published,
|
||||
"in_reply_to_status_id" => activity.data["object"]["inReplyToStatusId"]
|
||||
}
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue