[ActivityPub] Implement Failed Queue

This commit is contained in:
Diogo Cordeiro
2020-08-29 16:09:10 +01:00
committed by Diogo Peralta Cordeiro
parent 751b23f6fe
commit 82f1fc7ca2
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
{