mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
Option to discover contacts from remote users (fallback option)
This commit is contained in:
parent
e47c65eb13
commit
2a5fb7b175
4 changed files with 64 additions and 15 deletions
|
@ -57,7 +57,7 @@ function discover_poco_run(&$argv, &$argc){
|
|||
|
||||
logger('start');
|
||||
|
||||
if (get_config('system','poco_discovery'))
|
||||
if (get_config('system','poco_discovery') > 0)
|
||||
poco_discover();
|
||||
|
||||
logger('end');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue