mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update AP inbox
This commit is contained in:
parent
5558535aea
commit
6615408023
1 changed files with 1 additions and 1 deletions
|
@ -1375,6 +1375,6 @@ class Inbox
|
||||||
new MoveMigrateFollowersPipeline($target, $activity),
|
new MoveMigrateFollowersPipeline($target, $activity),
|
||||||
new UnfollowLegacyAccountMovePipeline($target, $activity),
|
new UnfollowLegacyAccountMovePipeline($target, $activity),
|
||||||
new CleanupLegacyAccountMovePipeline($target, $activity),
|
new CleanupLegacyAccountMovePipeline($target, $activity),
|
||||||
])->onQueue('move')->dispatchSync();
|
])->onQueue('move')->dispatch();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue