Skip to content

Commit

Permalink
Get extended tweets when fetching user timeline (#933)
Browse files Browse the repository at this point in the history
  • Loading branch information
devth committed Apr 17, 2019
1 parent 08647a3 commit d65c4b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/yetibot/models/twitter.clj
Expand Up @@ -224,6 +224,7 @@
(defn user-timeline [screen-name & tweet-count]
(statuses-user-timeline :oauth-creds creds
:params {:screen-name screen-name
:tweet_mode "extended"
:count (if-not (nil? tweet-count)
tweet-count
3)}))
Expand Down

0 comments on commit d65c4b3

Please sign in to comment.