Removed all usage of unused MergeWorker

• Removed:
- all usage of unused MergeWorker
This commit is contained in:
mgabdev
2021-01-09 14:33:01 -05:00
parent 19a7d2f31a
commit aac506bd4e
4 changed files with 0 additions and 6 deletions

View File

@@ -5,7 +5,5 @@ class UnmuteService < BaseService
return unless account.muting?(target_account)
account.unmute!(target_account)
MergeWorker.perform_async(target_account.id, account.id) if account.following?(target_account)
end
end