Revert "[sidekiq] disable bootstraptimelineworker"

This reverts commit 50f010652e.
This commit is contained in:
Fosco Marotto
2021-01-09 18:23:49 -05:00
parent 50f010652e
commit f873a1f925
3 changed files with 5 additions and 5 deletions

View File

@@ -413,7 +413,7 @@ module GabSocial
end
end
# BootstrapTimelineWorker.perform_async(account.id)
BootstrapTimelineWorker.perform_async(account.id)
say("OK, unfollowed #{processed} followees, skipped #{failed}", :green)
end