diff --git a/pkg/persistence/compound_ssf_queries.go b/pkg/persistence/compound_ssf_queries.go index 38fb160..9ac11fb 100644 --- a/pkg/persistence/compound_ssf_queries.go +++ b/pkg/persistence/compound_ssf_queries.go @@ -210,7 +210,6 @@ func (p Profile) NextPage(c Cursor) (Feed, error) { ret.Items = append(ret.Items, FeedItem{TweetID: val.Tweet.ID, RetweetID: val.Retweet.RetweetID}) } - p.fill_content(&ret.TweetTrove) ret.CursorBottom = c