From 314bf92eadca7edef72cdc94669c5f961a802666 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 12 Mar 2022 17:29:46 +0000 Subject: [PATCH] Added Documentation --- src/Protocol/ActivityPub/Processor.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Protocol/ActivityPub/Processor.php b/src/Protocol/ActivityPub/Processor.php index ae9dd4c790..9aeb301cf3 100644 --- a/src/Protocol/ActivityPub/Processor.php +++ b/src/Protocol/ActivityPub/Processor.php @@ -898,6 +898,7 @@ class Processor * @param string $url message URL * @param array $child activity array with the child of this message * @param string $relay_actor Relay actor + * @param int $completion Completion mode, see Receiver::COMPLETION_* * @return string fetched message URL * @throws \Friendica\Network\HTTPException\InternalServerErrorException */