Fix #5597
@ -10,7 +10,7 @@ module Admin
end
def destroy
@account.update(suspended: false)
@account.unsuspend!
redirect_to admin_accounts_path
The note is not visible to the blocked user.