Skip to content
Snippets Groups Projects
Commit 0069c012 authored by Kurtis Rainbolt-Greene's avatar Kurtis Rainbolt-Greene Committed by GitHub
Browse files

Moving the queue_at into the worker

parent dc5704b0
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ class PushUpdateWorker
account = Account.find(account_id)
status = Status.find(status_id)
message = inline_render(account, 'api/v1/statuses/show', status)
queue_at = (Time.now.to_f * 1000.0).to_i
ActionCable.server.broadcast("timeline:#{account_id}", type: 'update', timeline: timeline, message: message)
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment