diff --git a/util.go b/util.go index 89ef9f6..42d0987 100644 --- a/util.go +++ b/util.go @@ -138,9 +138,6 @@ func getTweetTimeline(ctx context.Context, query string, maxTweetsNbr int, fetch } if tweetsNbr < maxTweetsNbr { - if tweet.IsPin && nextCursor != "" { - continue - } nextCursor = next channel <- &TweetResult{Tweet: *tweet} } else {