Updated domains_cli deleteallremote command
• Updated: - domains_cli deleteallremote command
This commit is contained in:
parent
000363d143
commit
532bac229a
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue