This repository has been archived by the owner on Nov 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 200
lists_statuses() returns truncated tweets #362
Comments
Excellent! I didn't realize I had missed adding 'tweet_mode = "extended"' to this endpoint function. Can you submit as a pull request? |
Thanks! Pull request submitted! |
Closed
Hi there, I'm using 0.7.0 and there is still an issue with tweets being truncated when using |
Thanks for the report @simardcasanova (and for searching before opening a new issue 👍 ), there is a similar issue on |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Problem
lists_statuses()
returns truncated tweets in thetext
column.Expected behavior
I'd expect
lists_statuses()
to work similarly to other rtweet functions and retrieve full tweets.Reproduce the problem
Created on 2019-10-21 by the reprex package (v0.3.0)
rtweet version
‘0.6.9’
Fix
Adding the
tweet_mode = "extended"
parameter in thelists_statuses_()
function fixes this issue.See relevant commit.
The text was updated successfully, but these errors were encountered: