[twitter] support 'profile-conversation' entries (#3938)
This commit is contained in:
@@ -1570,9 +1570,9 @@ class TwitterAPI():
|
|||||||
|
|
||||||
if esw("tweet-"):
|
if esw("tweet-"):
|
||||||
tweets.append(entry)
|
tweets.append(entry)
|
||||||
elif esw("homeConversation-"):
|
elif esw(("homeConversation-",
|
||||||
tweets.extend(entry["content"]["items"])
|
"profile-conversation-",
|
||||||
elif esw("conversationthread-"):
|
"conversationthread-")):
|
||||||
tweets.extend(entry["content"]["items"])
|
tweets.extend(entry["content"]["items"])
|
||||||
elif esw("tombstone-"):
|
elif esw("tombstone-"):
|
||||||
item = entry["content"]["itemContent"]
|
item = entry["content"]["itemContent"]
|
||||||
|
|||||||
Reference in New Issue
Block a user