Fix lint error
This commit is contained in:
parent
315d872b52
commit
c5c82a6a94
@ -28,8 +28,8 @@ func (p Profile) fill_content(trove *TweetTrove) {
|
|||||||
}
|
}
|
||||||
if len(quoted_ids) > 0 {
|
if len(quoted_ids) > 0 {
|
||||||
var quoted_tweets []Tweet
|
var quoted_tweets []Tweet
|
||||||
err := p.DB.Select("ed_tweets,
|
err := p.DB.Select("ed_tweets, `
|
||||||
`select id, user_id, text, posted_at, num_likes, num_retweets, num_replies, num_quote_tweets, in_reply_to_id, quoted_tweet_id,
|
select id, user_id, text, posted_at, num_likes, num_retweets, num_replies, num_quote_tweets, in_reply_to_id, quoted_tweet_id,
|
||||||
mentions, reply_mentions, hashtags, ifnull(space_id, '') space_id,
|
mentions, reply_mentions, hashtags, ifnull(space_id, '') space_id,
|
||||||
ifnull(tombstone_types.short_name, "") tombstone_type, is_expandable,
|
ifnull(tombstone_types.short_name, "") tombstone_type, is_expandable,
|
||||||
is_stub, is_content_downloaded, is_conversation_scraped, last_scraped_at
|
is_stub, is_content_downloaded, is_conversation_scraped, last_scraped_at
|
||||||
|
Loading…
x
Reference in New Issue
Block a user