From 0d17c2bf2e5245245935778588fd642a024aa8d4 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Thu, 25 Jul 2019 01:35:49 -0500 Subject: add all `ActionLog`-able admin & moderator actions to logger --- app/services/suspend_account_service.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/services/suspend_account_service.rb') diff --git a/app/services/suspend_account_service.rb b/app/services/suspend_account_service.rb index c38e6c814..86c7ac137 100644 --- a/app/services/suspend_account_service.rb +++ b/app/services/suspend_account_service.rb @@ -40,8 +40,6 @@ class SuspendAccountService < BaseService @account = account @options = options - LogWorker.perform_async("\xf0\x9f\x97\x91\xef\xb8\x8f Suspending account '#{@account.acct}'.") - reject_follows! purge_user! purge_profile! -- cgit