[twitter] support 'profile-conversation' entries (#3938)

pull/3963/head
Mike Fährmann 1 year ago
parent aaf58a1259
commit 1d505b39f8
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -1570,9 +1570,9 @@ class TwitterAPI():
if esw("tweet-"):
tweets.append(entry)
elif esw("homeConversation-"):
tweets.extend(entry["content"]["items"])
elif esw("conversationthread-"):
elif esw(("homeConversation-",
"profile-conversation-",
"conversationthread-")):
tweets.extend(entry["content"]["items"])
elif esw("tombstone-"):
item = entry["content"]["itemContent"]

Loading…
Cancel
Save