mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-18 15:11:12 +01:00
Fix ruby test error
This commit is contained in:
parent
967c8f9d25
commit
11a2c73814
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue