Updated domains_cli deleteallremote command

• Updated:
- domains_cli deleteallremote command
This commit is contained in:
mgabdev 2020-12-10 15:44:55 -05:00
parent 000363d143
commit 532bac229a
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ module GabSocial
def deleteallremote def deleteallremote
dry_run = options[:dry_run] ? ' (DRY RUN)' : '' dry_run = options[:dry_run] ? ' (DRY RUN)' : ''
Account.remote.by_domain_accounts.find_in_batches do |acct| Account.remote.by_domain_accounts.each do |acct|
domain = acct.domain domain = acct.domain
say("\n\n\n - Starting domain block for #{domain} #{dry_run}", :green) say("\n\n\n - Starting domain block for #{domain} #{dry_run}", :green)