]>
cat aescling's git repositories - mastodon.git/blob - app/workers/bootstrap_timeline_worker.rb
1 # frozen_string_literal: true
3 class BootstrapTimelineWorker
4 include Sidekiq
::Worker
6 def perform(account_id
)
7 BootstrapTimelineService
.new
.call(Account
.find(account_id
))
This page took 0.070281 seconds and 4 git commands to generate.