Merge tag 'v3.0.0' into glitch-soc/merge-upstream

This commit is contained in:
Thibaut Girka
2019-10-04 19:49:43 +02:00
31 changed files with 419 additions and 81 deletions

View File

@@ -22,7 +22,7 @@ class MoveWorker
@source_account.passive_relationships
.where(account: Account.local)
.in_batches
.update_all(target_account: @target_account)
.update_all(target_account_id: @target_account.id)
end
def queue_follow_unfollows!