Parse reply-mixer-conversation replies
This commit is contained in:
parent
3208e7d25f
commit
271287e6f3
1 changed files with 1 additions and 1 deletions
|
@ -530,7 +530,7 @@ proc parseGraphConversation*(js: JsonNode; tweetId: string): Conversation =
|
||||||
result.tweet = tweet
|
result.tweet = tweet
|
||||||
else:
|
else:
|
||||||
result.before.content.add tweet
|
result.before.content.add tweet
|
||||||
elif entryId.startsWith("conversationthread"):
|
elif entryId.startsWith("conversationthread") or entryId.startswith("reply-mixer-conversation"):
|
||||||
let (thread, self) = parseGraphThread(e)
|
let (thread, self) = parseGraphThread(e)
|
||||||
if self:
|
if self:
|
||||||
result.after = thread
|
result.after = thread
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue