mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-17 20:11:27 +00:00
Update AP Inbox
This commit is contained in:
parent
a55238d2e5
commit
c76fb7ec34
1 changed files with 5 additions and 7 deletions
|
@ -1371,12 +1371,10 @@ class Inbox
|
|||
}
|
||||
|
||||
Bus::chain([
|
||||
new ProcessMovePipeline,
|
||||
new MoveMigrateFollowersPipeline,
|
||||
new UnfollowLegacyAccountMovePipeline,
|
||||
new CleanupLegacyAccountMovePipeline,
|
||||
])
|
||||
->onQueue('move')
|
||||
->dispatch($target, $activity);
|
||||
new ProcessMovePipeline($target, $activity),
|
||||
new MoveMigrateFollowersPipeline($target, $activity),
|
||||
new UnfollowLegacyAccountMovePipeline($target, $activity),
|
||||
new CleanupLegacyAccountMovePipeline($target, $activity),
|
||||
])->onQueue('move')->dispatch();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue