mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 14:49:32 +00:00
parent
5b4a3fe691
commit
53edbbc4e9
1 changed files with 1 additions and 0 deletions
|
|
@ -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"}
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue