mirror of
https://github.com/friendica/friendica
synced 2025-04-28 07:44:23 +02:00
Channels can now be based on the "network" feed as well
This commit is contained in:
parent
5479618f1c
commit
ffbab95c20
8 changed files with 200 additions and 157 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue