Fix arm32 compilation

Fixes #1389
This commit is contained in:
Zed
2026-06-07 23:17:43 +02:00
parent a8bc1bbb2d
commit 55d067957c
+1 -1
View File
@@ -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