Преглед на файлове

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