Merge branch 'main' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2023-09-05 20:34:17 +02:00
18 changed files with 33 additions and 30 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ class MoveWorker
def queue_follow_unfollows!
bypass_locked = @target_account.local?
@source_account.followers.local.select(:id).find_in_batches do |accounts|
@source_account.followers.local.select(:id).reorder(nil).find_in_batches do |accounts|
UnfollowFollowWorker.push_bulk(accounts.map(&:id)) { |follower_id| [follower_id, @source_account.id, @target_account.id, bypass_locked] }
rescue => e
@deferred_error = e