Skip to content

Commit

Permalink
no need to merge extended_entities on extended_tweet
Browse files Browse the repository at this point in the history
  • Loading branch information
takke committed Sep 25, 2016
1 parent 2698452 commit 2e25157
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -268,7 +268,6 @@ private void mergeExtendedTweet(JSONObject extendedTweet) throws TwitterExceptio
displayTextRangeEnd = indicesArray.getInt(1);

collectEntities(extendedTweet);
collectExtendedEntities(extendedTweet);

userMentionEntities = userMentionEntities == null ? new UserMentionEntity[0] : userMentionEntities;
urlEntities = urlEntities == null ? new URLEntity[0] : urlEntities;
Expand Down

0 comments on commit 2e25157

Please sign in to comment.