1
0
mirror of https://github.com/zedeus/nitter.git synced 2025-12-05 19:45:36 -05:00

Fix broken tweet pagination ("Load more" button)

Fixes #1277
This commit is contained in:
Zed
2025-11-23 19:58:24 +01:00
parent 5b4a3fe691
commit 53edbbc4e9

View File

@@ -485,6 +485,7 @@ proc parseGraphConversation*(js: JsonNode; tweetId: string): Conversation =
result.before.content.add tweet
elif entryId.startsWith("cursor-bottom"):
var cursorValue = select(
e{"content", "value"},
e{"content", "content", "value"},
e{"content", "itemContent", "value"}
)