mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Reorder timeline tweets according to their threads
This commit is contained in:
parent
83931e7044
commit
344d3cd57f
5 changed files with 29 additions and 6 deletions
|
|
@ -62,6 +62,7 @@ proc parseTweet*(node: XmlNode): Tweet =
|
|||
|
||||
result = Tweet(
|
||||
id: tweet.attr("data-item-id"),
|
||||
threadId: tweet.attr("data-conversation-id"),
|
||||
text: getTweetText(tweet),
|
||||
time: getTimestamp(tweet),
|
||||
shortTime: getShortTime(tweet),
|
||||
|
|
|
|||
Loading…
Reference in a new issue