From: Michael Date: Sat, 23 Jul 2022 23:15:08 +0000 (+0000) Subject: Standards X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c2b2e8ae9f3a87261f048e83fc04078604be3840;p=friendica.git Standards --- diff --git a/src/Worker/FetchMissingActivity.php b/src/Worker/FetchMissingActivity.php index 6cb832c779..ae0f8a7fbf 100644 --- a/src/Worker/FetchMissingActivity.php +++ b/src/Worker/FetchMissingActivity.php @@ -41,8 +41,8 @@ class FetchMissingActivity Logger::info('Successfully fetched missing activity', ['url' => $url]); Queue::processReplyByUri($url); } elseif (!Worker::defer()) { + // @todo perform recursive deletion of all entries Logger::info('Activity could not be fetched', ['url' => $url]); - // @todo performe recursive deletion of all entries } else { Logger::info('Fetching deferred', ['url' => $url]); }