Fix #231 - Muting
This commit is contained in:
@ -5,5 +5,7 @@ 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
|
||||
|
Reference in New Issue
Block a user