Skip to content

Commit

Permalink
Stop posting to main channel in lieu of rss feed
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena authored Sep 25, 2024
1 parent aa9a583 commit 9340b92
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bin/news.rb
Original file line number Diff line number Diff line change
Expand Up @@ -292,11 +292,11 @@ def send_news(output, options, channel: 'default')
end
end

output, newsworthy = build_news(data)
if newsworthy
channel = options[:useTestRoom] ? 'test' : 'default'
send_news(output, options, channel: channel)
end
#output, newsworthy = build_news(data)
#if newsworthy
# channel = options[:useTestRoom] ? 'test' : 'default'
# send_news(output, options, channel: channel)
#end

# Single Cell
output, newsworthy = build_news(data, filter: 'single-cell', updates: false)
Expand Down

0 comments on commit 9340b92

Please sign in to comment.