Merge branch 'develop' of https://code.gab.com/gab/social/gab-social into feature/removing_ruby_junk

This commit is contained in:
mgabdev
2020-12-21 18:38:35 -05:00
4 changed files with 10 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ module GabSocial
def deleteallremote
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
say("\n\n\n - Starting domain block for #{domain} #{dry_run}", :green)