From: Michael Date: Sat, 12 Mar 2022 17:29:46 +0000 (+0000) Subject: Added Documentation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=314bf92eadca7edef72cdc94669c5f961a802666;p=friendica.git Added Documentation --- 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 */