]> git.mxchange.org Git - friendica.git/commitdiff
Revert some test changes
authorMichael <heluecht@pirati.ca>
Fri, 9 Jul 2021 19:32:06 +0000 (19:32 +0000)
committerMichael <heluecht@pirati.ca>
Fri, 9 Jul 2021 19:32:06 +0000 (19:32 +0000)
src/Protocol/ActivityPub/Processor.php
src/Protocol/ActivityPub/Receiver.php

index fa04dc73479c40b115665dbf40813689e54e5c84..f4892b6c0fb3143b2bf14d73235656b9b2a52dff 100644 (file)
@@ -26,7 +26,6 @@ use Friendica\Content\Text\HTML;
 use Friendica\Content\Text\Markdown;
 use Friendica\Core\Logger;
 use Friendica\Core\Protocol;
-use Friendica\Core\System;
 use Friendica\Database\DBA;
 use Friendica\DI;
 use Friendica\Model\APContact;
index 277c93cd766bc67dede543d5e497d556979f5d61..d59d9c4af6f57a4c3c4df616f52611621b0d04f8 100644 (file)
@@ -1300,7 +1300,7 @@ class Receiver
         * @return array
         * @throws \Exception
         */
-       public static function processObject($object)
+       private static function processObject($object)
        {
                if (!JsonLD::fetchElement($object, '@id')) {
                        return false;