[merge_worker] disable

This commit is contained in:
Fosco Marotto 2021-01-09 15:44:20 -05:00
parent 19a7d2f31a
commit a32c5a453b
1 changed files with 1 additions and 1 deletions

View File

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