Remove skip pinned tweet

Close #103
This commit is contained in:
Alexander Sheiko 2023-06-04 13:12:21 +03:00
parent 50440667ed
commit 0f96589c74

View file

@ -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 {