]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/ActivityPub.php
Simplify Contact::addRelationship call in ActivityPub\Processor::followUser
[friendica.git] / src / Protocol / ActivityPub.php
index 359d361b0186f58050b63b2488f42d6f5cd91bc5..19eb8c8bce1159e1622ae8ac9145527c42c6a257 100644 (file)
@@ -157,6 +157,7 @@ class ActivityPub
                $profile['poll'] = $apcontact['outbox'];
                $profile['pubkey'] = $apcontact['pubkey'];
                $profile['subscribe'] = $apcontact['subscribe'];
+               $profile['manually-approve'] = $apcontact['manually-approve'];
                $profile['baseurl'] = $apcontact['baseurl'];
                $profile['gsid'] = $apcontact['gsid'];