diff options
Diffstat (limited to 'app/helpers/moderation_helper.rb')
-rw-r--r-- | app/helpers/moderation_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/moderation_helper.rb b/app/helpers/moderation_helper.rb index 7db3ba210..088ac0e83 100644 --- a/app/helpers/moderation_helper.rb +++ b/app/helpers/moderation_helper.rb @@ -45,7 +45,7 @@ module ModerationHelper when 'unsilence' acct.unsilence! when 'suspend' - SuspendAccountService.new.call(acct, include_user: true) + SuspendAccountService.new.call(acct, reserve_username: false, reserve_email: false) return true when 'unsuspend' acct.unsuspend! |