]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/ActivityPub.php
Use webfinger in apcontact fetch
[friendica.git] / src / Protocol / ActivityPub.php
index c3168f5509f98b3f5fc7ab6477f81cc32bb97d7e..5306c27d3c6fb65b7c6737edbf0590e540046e47 100644 (file)
@@ -170,7 +170,9 @@ class ActivityPub
                $profile['notify'] = $apcontact['inbox'];
                $profile['poll'] = $apcontact['outbox'];
                $profile['pubkey'] = $apcontact['pubkey'];
+               $profile['subscribe'] = $apcontact['subscribe'];
                $profile['baseurl'] = $apcontact['baseurl'];
+               $profile['gsid'] = $apcontact['gsid'];
 
                // Remove all "null" fields
                foreach ($profile as $field => $content) {