瀏覽代碼

Fix broken tweet pagination ("Load more" button)

Fixes #1277
Zed 9 月之前
父節點
當前提交
53edbbc4e9
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/parser.nim

+ 1 - 0
src/parser.nim

@@ -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"}
           )