updates from Production

This commit is contained in:
Lee Lawlor
2015-03-13 10:19:45 -04:00
parent ca5acacee9
commit 87c2cf1b53
3 changed files with 25 additions and 43 deletions

View File

@ -369,6 +369,12 @@ class ChannelsController < ApplicationController
if channel.save && feed.save
status = entry_id
# queue reacts, but don't cause an error
begin
channel.queue_react
rescue
end
# check for tweet
if params[:twitter] && params[:tweet]
# check username
@ -603,4 +609,3 @@ class ChannelsController < ApplicationController
end
end