1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-22 07:42:41 +00:00

Update AP inbox

This commit is contained in:
Daniel Supernault 2024-09-07 04:25:52 -06:00
parent 5558535aea
commit 6615408023
No known key found for this signature in database
GPG key ID: 23740873EE6F76A1

View file

@ -1375,6 +1375,6 @@ class Inbox
new MoveMigrateFollowersPipeline($target, $activity),
new UnfollowLegacyAccountMovePipeline($target, $activity),
new CleanupLegacyAccountMovePipeline($target, $activity),
])->onQueue('move')->dispatchSync();
])->onQueue('move')->dispatch();
}
}