mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 14:49:32 +00:00
parent
a8bc1bbb2d
commit
55d067957c
1 changed files with 1 additions and 1 deletions
|
|
@ -521,7 +521,7 @@ proc parseGraphTweet*(js: JsonNode): Tweet =
|
||||||
"binding_values": %bindingObj
|
"binding_values": %bindingObj
|
||||||
}
|
}
|
||||||
|
|
||||||
var replyId = 0
|
var replyId: int64 = 0
|
||||||
with restId, js{"reply_to_results", "rest_id"}:
|
with restId, js{"reply_to_results", "rest_id"}:
|
||||||
replyId = restId.getId
|
replyId = restId.getId
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue