[ActivityPub] Implement Failed Queue

This commit is contained in:
Diogo Cordeiro
2020-08-29 16:09:10 +01:00
parent 817074a787
commit 11a7182594
7 changed files with 204 additions and 16 deletions

View File

@@ -44,7 +44,7 @@ class QueueHandler
* and the item is placed back in the queue to be re-run.
*
* @param mixed $object
* @return boolean true on success, false on failure
* @return bool true on success, false on failure
*/
function handle($object) : bool
{