[twitter] fix retweet filter (#2212)
This commit is contained in:
@@ -1136,6 +1136,8 @@ class TwitterAPI():
|
|||||||
retweet["_retweet_id_str"] = tweet["rest_id"]
|
retweet["_retweet_id_str"] = tweet["rest_id"]
|
||||||
tweet = retweet
|
tweet = retweet
|
||||||
elif retweet:
|
elif retweet:
|
||||||
|
legacy["retweeted_status_id_str"] = \
|
||||||
|
retweet["rest_id"]
|
||||||
legacy["author"] = \
|
legacy["author"] = \
|
||||||
retweet["core"]["user_results"]["result"]
|
retweet["core"]["user_results"]["result"]
|
||||||
if "extended_entities" in retweet["legacy"] and \
|
if "extended_entities" in retweet["legacy"] and \
|
||||||
|
|||||||
Reference in New Issue
Block a user