1
0
mirror of https://github.com/mastodon/mastodon synced 2025-01-22 17:53:30 +09:00

Fix follows note carry over

This commit is contained in:
Jeong Arm 2023-06-13 23:14:58 +09:00
parent 0bf50cbbbe
commit 967c8f9d25

View File

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