Use Account.activitypub
generated scope (#28157)
This commit is contained in:
parent
049d9171eb
commit
14aa7f1e15
2 changed files with 2 additions and 2 deletions
|
@ -295,7 +295,7 @@ module Mastodon::CLI
|
|||
skip_threshold = 7.days.ago
|
||||
skip_domains = Concurrent::Set.new
|
||||
|
||||
query = Account.remote.where(protocol: :activitypub)
|
||||
query = Account.remote.activitypub
|
||||
query = query.where(domain: domains) unless domains.empty?
|
||||
|
||||
processed, culled = parallelize_with_progress(query.partitioned) do |account|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue