M4rtinK / tsubame

A flexible Twitter client.
GNU General Public License v3.0
2 stars 1 forks source link

Long tweets are sometimes truncated #86

Closed M4rtinK closed 5 years ago

M4rtinK commented 5 years ago

Possibly a problem with the python-twitter library or some knob that needs to be set in it ?

M4rtinK commented 5 years ago

Turns out this is due to retweets - we need to retrieve the original Tweet from the retweet or elkse the text is truncated.

jkonecny12 commented 5 years ago

Just today I was thinking about that and trying to find out if this is happening only on retweets... :D

M4rtinK commented 5 years ago

This should be now fully handled as support for retweets and quoting has been added.

jkonecny12 commented 5 years ago

Thanks!