Fix loading more tweets when last one is a retweet

This commit is contained in:
Zed
2019-06-24 04:41:23 +02:00
parent 2c2d2c767e
commit 8f7c61eab6
3 changed files with 6 additions and 3 deletions

View File

@@ -47,6 +47,7 @@ type
gif*: Option[string]
video*: Option[string]
videoThumb*: Option[string]
retweetId*: Option[string]
Tweets* = seq[Tweet]