Fix wrong variable used in publish channel

th-downstream
Eugen 8 years ago committed by GitHub
parent b9ddfff8f6
commit 54329947ab

@ -15,7 +15,7 @@ class PushUpdateWorker
scope: InlineRablScope.new(account)
)
Redis.current.publish("timeline:#{timeline_id}", Oj.dump({ event: :update, payload: message, queued_at: (Time.now.to_f * 1000.0).to_i }))
Redis.current.publish("timeline:#{account.id}", Oj.dump({ event: :update, payload: message, queued_at: (Time.now.to_f * 1000.0).to_i }))
rescue ActiveRecord::RecordNotFound
true
end

Loading…
Cancel
Save