mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 14:49:32 +00:00
parent
fea6f59005
commit
3429667414
1 changed files with 1 additions and 1 deletions
|
|
@ -314,7 +314,7 @@ proc parseCard(js: JsonNode; urls: JsonNode): Card =
|
|||
|
||||
proc parseTweet(js: JsonNode; jsCard: JsonNode = newJNull();
|
||||
replyId: int64 = 0): Tweet =
|
||||
if js.isNull: return
|
||||
if js.isNull: return Tweet()
|
||||
|
||||
let time =
|
||||
if js{"created_at"}.notNull: js{"created_at"}.getTime
|
||||
|
|
|
|||
Loading…
Reference in a new issue