]> git.mxchange.org Git - friendica.git/commitdiff
Old stuff removed
authorMichael <heluecht@pirati.ca>
Sat, 28 Jan 2023 18:50:45 +0000 (18:50 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 28 Jan 2023 18:50:45 +0000 (18:50 +0000)
src/Model/APContact.php

index 104629da47f1a4eeb564c2696100c1c8a0e7ac03..36ca7de446b29fbbb2e32f2b923ff6bf3a1b2a15 100644 (file)
@@ -29,7 +29,6 @@ use Friendica\Core\System;
 use Friendica\Database\DBA;
 use Friendica\DI;
 use Friendica\Model\Item;
-use Friendica\Network\HTTPClient\Client\HttpClientAccept;
 use Friendica\Network\HTTPException;
 use Friendica\Network\Probe;
 use Friendica\Protocol\ActivityNamespace;
@@ -358,16 +357,6 @@ class APContact
 
                $apcontact['discoverable'] = JsonLD::fetchElement($compacted, 'toot:discoverable', '@value');
 
-               // To-Do
-
-               // Unhandled
-               // tag, attachment, image, nomadicLocations, signature, movedTo, liked
-
-               // Unhandled from Misskey
-               // sharedInbox, isCat
-
-               // Unhandled from Kroeg
-               // kroeg:blocks, updated
                if (!empty($apcontact['photo'])) {
                        $apcontact['photo'] = trim($apcontact['photo']);
                }