diff options
author | kaniini <nenolod@gmail.com> | 2018-10-25 04:16:40 +0000 |
---|---|---|
committer | kaniini <nenolod@gmail.com> | 2018-10-25 04:16:40 +0000 |
commit | 4646794ee2502e9ffd57943a3bb0231d3f235b2b (patch) | |
tree | 518457e8e4d429b29e68a7b3ddd47e04f6a7f641 /test/web/twitter_api/representers/activity_representer_test.exs | |
parent | a8137159c2363ec842b14f72288b26cf677f6f6a (diff) | |
parent | 6cfba7db8de1cdb409243885724101500fa21e6d (diff) | |
download | pleroma-4646794ee2502e9ffd57943a3bb0231d3f235b2b.tar.gz pleroma-4646794ee2502e9ffd57943a3bb0231d3f235b2b.zip |
Merge branch 'feature/add-in-reply-to-profileurl' into 'develop'
twitterapi graph enrichment
See merge request pleroma/pleroma!388
Diffstat (limited to 'test/web/twitter_api/representers/activity_representer_test.exs')
-rw-r--r-- | test/web/twitter_api/representers/activity_representer_test.exs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/web/twitter_api/representers/activity_representer_test.exs b/test/web/twitter_api/representers/activity_representer_test.exs index ae6f62ed0..291fd5237 100644 --- a/test/web/twitter_api/representers/activity_representer_test.exs +++ b/test/web/twitter_api/representers/activity_representer_test.exs @@ -140,6 +140,9 @@ defmodule Pleroma.Web.TwitterAPI.Representers.ActivityRepresenterTest do "created_at" => "Tue May 24 13:26:08 +0000 2016", "in_reply_to_status_id" => 213_123, "in_reply_to_screen_name" => nil, + "in_reply_to_user_id" => nil, + "in_reply_to_profileurl" => nil, + "in_reply_to_ostatus_uri" => nil, "statusnet_conversation_id" => convo_object.id, "attachments" => [ ObjectRepresenter.to_map(object) |