mirror of
https://github.com/zedeus/nitter.git
synced 2025-12-06 03:55:36 -05:00
@@ -485,6 +485,7 @@ proc parseGraphConversation*(js: JsonNode; tweetId: string): Conversation =
|
|||||||
result.before.content.add tweet
|
result.before.content.add tweet
|
||||||
elif entryId.startsWith("cursor-bottom"):
|
elif entryId.startsWith("cursor-bottom"):
|
||||||
var cursorValue = select(
|
var cursorValue = select(
|
||||||
|
e{"content", "value"},
|
||||||
e{"content", "content", "value"},
|
e{"content", "content", "value"},
|
||||||
e{"content", "itemContent", "value"}
|
e{"content", "itemContent", "value"}
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user