mirror of https://github.com/pixelfed/pixelfed.git
Update AP inbox
This commit is contained in:
parent
5558535aea
commit
6615408023
|
@ -1375,6 +1375,6 @@ class Inbox
|
|||
new MoveMigrateFollowersPipeline($target, $activity),
|
||||
new UnfollowLegacyAccountMovePipeline($target, $activity),
|
||||
new CleanupLegacyAccountMovePipeline($target, $activity),
|
||||
])->onQueue('move')->dispatchSync();
|
||||
])->onQueue('move')->dispatch();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue