mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-08 19:35:11 +01:00
Fix ruby test error
This commit is contained in:
parent
967c8f9d25
commit
11a2c73814
@ -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 New Issue
Block a user