Some worker updates.

This commit is contained in:
Fosco Marotto
2021-02-05 13:25:46 -05:00
parent c45d8adbf2
commit a43a7af771
4 changed files with 7 additions and 57 deletions

View File

@@ -6,6 +6,6 @@ class UnmergeWorker
sidekiq_options queue: 'pull'
def perform(from_account_id, into_account_id)
FeedManager.instance.unmerge_from_timeline(Account.find(from_account_id), Account.find(into_account_id))
# FeedManager.instance.unmerge_from_timeline(Account.find(from_account_id), Account.find(into_account_id))
end
end