Update AP Inbox, fix Move activity processing

This commit is contained in:
Daniel Supernault 2024-09-09 02:38:54 -06:00
parent d3dce6751c
commit 59645f683e
No known key found for this signature in database
GPG key ID: 23740873EE6F76A1

View file

@ -1384,7 +1384,7 @@ class Inbox
Log::error($e); Log::error($e);
}) })
->onQueue('move') ->onQueue('move')
->dispatch() ->delay(now()->addMinutes(random_int(5, 9)))
->delay(now()->addMinutes(random_int(5, 9))); ->dispatch();
} }
} }