]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/ActivityPub.php
Replace IHTTPResult for CurlResult usages
[friendica.git] / src / Protocol / ActivityPub.php
index 0f62ab5376ca192f9cb9ad59ab4f9a74703a1b5c..153ee54658fde831ce13aa96f9090971d4ff6dad 100644 (file)
@@ -157,6 +157,8 @@ class ActivityPub
                // $profile['keywords']
                // $profile['location']
                $profile['about'] = $apcontact['about'];
+               $profile['xmpp'] = $apcontact['xmpp'];
+               $profile['matrix'] = $apcontact['matrix'];
                $profile['batch'] = $apcontact['sharedinbox'];
                $profile['notify'] = $apcontact['inbox'];
                $profile['poll'] = $apcontact['outbox'];