mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-17 20:11:27 +00:00
Update AP Inbox, fix Move activity processing
This commit is contained in:
parent
d3dce6751c
commit
59645f683e
1 changed files with 2 additions and 2 deletions
|
@ -1384,7 +1384,7 @@ class Inbox
|
|||
Log::error($e);
|
||||
})
|
||||
->onQueue('move')
|
||||
->dispatch()
|
||||
->delay(now()->addMinutes(random_int(5, 9)));
|
||||
->delay(now()->addMinutes(random_int(5, 9)))
|
||||
->dispatch();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue