Skip to content

Commit

Permalink
Merge pull request #95 from true-runes/development
Browse files Browse the repository at this point in the history
v1.7.1
  • Loading branch information
nikukyugamer committed Jun 6, 2021
2 parents 65fa253 + 10ff538 commit 7211133
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ def target_tweets(hashtag, options={})
)
active_record_relation = active_record_relation.not_retweet if options[:remove_rt] == true
active_record_relation = active_record_relation.not_by_gensosenkyo_families if options[:not_by_gensosenkyo_families] == true
active_record_relation = active_record_relation.not_by_gensosenkyo_main if options[:not_by_gensosenkyo_main] == true
active_record_relation = active_record_relation.not_by_gensosenkyo_sub if options[:not_by_gensosenkyo_sub] == true

if end_search_tweet_id_number.present?
active_record_relation = active_record_relation.where(
Expand Down

0 comments on commit 7211133

Please sign in to comment.