Parse reply-mixer-conversation replies

This commit is contained in:
Cynthia Foxwell 2025-02-14 11:25:28 -07:00
parent 3208e7d25f
commit 271287e6f3
Signed by: Cynosphere
SSH key fingerprint: SHA256:H3SM8ufP/uxqLwKSH7xY89TDnbR9uOHzjLoBr0tlajk

View file

@ -530,7 +530,7 @@ proc parseGraphConversation*(js: JsonNode; tweetId: string): Conversation =
result.tweet = tweet
else:
result.before.content.add tweet
elif entryId.startsWith("conversationthread"):
elif entryId.startsWith("conversationthread") or entryId.startswith("reply-mixer-conversation"):
let (thread, self) = parseGraphThread(e)
if self:
result.after = thread