mirror of https://github.com/pixelfed/pixelfed.git
Update AP Inbox
This commit is contained in:
parent
a55238d2e5
commit
c76fb7ec34
|
@ -1371,12 +1371,10 @@ class Inbox
|
||||||
}
|
}
|
||||||
|
|
||||||
Bus::chain([
|
Bus::chain([
|
||||||
new ProcessMovePipeline,
|
new ProcessMovePipeline($target, $activity),
|
||||||
new MoveMigrateFollowersPipeline,
|
new MoveMigrateFollowersPipeline($target, $activity),
|
||||||
new UnfollowLegacyAccountMovePipeline,
|
new UnfollowLegacyAccountMovePipeline($target, $activity),
|
||||||
new CleanupLegacyAccountMovePipeline,
|
new CleanupLegacyAccountMovePipeline($target, $activity),
|
||||||
])
|
])->onQueue('move')->dispatch();
|
||||||
->onQueue('move')
|
|
||||||
->dispatch($target, $activity);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue