]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/Relay.php
Merge pull request #13727 from annando/threads-logo
[friendica.git] / src / Protocol / Relay.php
index 8761cd7f3dbfd83bc11e7c88283512a6f177edd6..e7e878a02d7e60634641fedf6ef66d89ec6c5617 100644 (file)
@@ -66,6 +66,11 @@ class Relay
        {
                $config = DI::config();
 
+               if (Contact::hasFollowers($authorid)) {
+                       Logger::info('Author has got followers on this server - accepted', ['network' => $network, 'url' => $url, 'author' => $authorid, 'tags' => $tags]);
+                       return true;
+               }
+
                $scope = $config->get('system', 'relay_scope');
 
                if ($scope == self::SCOPE_NONE) {