use tweet_mode="extended" for !tw user_timeline() calls too

This commit is contained in:
jesopo 2019-09-05 14:46:39 +01:00
parent 1e16cf601e
commit d4bfde1a71

View file

@ -80,7 +80,7 @@ class Module(ModuleManager.BaseModule):
tweet_mode="extended")
def _from_username(self, username):
return self._get_api(self._get_auth()).user_timeline(
screen_name=username, count=1)[0]
screen_name=username, count=1, tweet_mode="extended")[0]
def _start_stream(self):
self._dispose_stream()