mirror of
https://github.com/zedeus/nitter.git
synced 2026-04-16 02:32:14 -04:00
@@ -314,7 +314,7 @@ proc parseCard(js: JsonNode; urls: JsonNode): Card =
|
|||||||
|
|
||||||
proc parseTweet(js: JsonNode; jsCard: JsonNode = newJNull();
|
proc parseTweet(js: JsonNode; jsCard: JsonNode = newJNull();
|
||||||
replyId: int64 = 0): Tweet =
|
replyId: int64 = 0): Tweet =
|
||||||
if js.isNull: return
|
if js.isNull: return Tweet()
|
||||||
|
|
||||||
let time =
|
let time =
|
||||||
if js{"created_at"}.notNull: js{"created_at"}.getTime
|
if js{"created_at"}.notNull: js{"created_at"}.getTime
|
||||||
|
|||||||
Reference in New Issue
Block a user