Skip to content

Commit

Permalink
feat: 🎸 not_by_gensosenkyo_(main|sub) をスプレッドシート書き込み時にオプションで選択可へ (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikukyugamer committed Jun 6, 2021
1 parent 53cd798 commit 10ff538
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 10ff538

Please sign in to comment.