freunde.ma-nic.de

Marco R. friendica
!Friendica Developers
Hello, I am looking for a reason why I see no contacts in the API api/friends/list (see https://git.friendi.ca/lubuwest/Friendiqa/issues/29). According to my database the column 'follows' is false for all entries.
The only function that can change this is the discoverByUrl function in src/Model/Contact/Relation.php. This function is only called by src/Worker/ContactDiscovery.php. This is called by src/Model/Contact.php updateFromProbeArray.
Somehow I think this is never called. The discoverByUrl function does some logging, whenever called. But I never find a 'Discover contacts' entry in my log file, even after days. Do I have to wait longer? I even tried to update the contact via the button in the frontend (the profile page of the contact) with nothing in the logs.
1