Fix ruby test error

pull/23155/head
Jeong Arm 2024-05-27 22:51:16 +09:00
parent 967c8f9d25
commit 11a2c73814
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ class MoveWorker
end
def carry_follows_over!
@source_account.followers.local.find_each do |follower|
@source_account.followers.local.reorder(nil).find_each do |follower|
add_account_note_if_needed!(follower, 'move_handler.carry_follows_over_text')
rescue => e
@deferred_error = e