Преглед изворни кода

Fix wrong attribute in MoveWorker (#12066)

master^2
Eugen Rochko пре 4 година
committed by GitHub
родитељ
комит
9a1be333b8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      app/workers/move_worker.rb

+ 1
- 1
app/workers/move_worker.rb Прегледај датотеку

@@ -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!


Loading…
Откажи
Сачувај