Add inReplyToStatus to TwAPI.

This commit is contained in:
Roger Braun 2017-03-24 00:00:06 +01:00
commit ae50b165cc
2 changed files with 6 additions and 3 deletions

View file

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