]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/ActivityPub/Processor.php
Merge branch '2020.09-rc' into stable
[friendica.git] / src / Protocol / ActivityPub / Processor.php
index ec1404c0f9c394e2c2960977cb9b509eac33f81f..2c99132c2004bbfb0a3f90328f3a30623c905fe3 100644 (file)
@@ -272,6 +272,7 @@ class Processor
 
                $item = self::processContent($activity, $item);
                if (empty($item)) {
+                       Logger::info('Message was not processed');
                        return [];
                }