New option to only update contacts with local relations

This commit is contained in:
Michael 2025-01-15 07:42:47 +00:00
parent bb252e326f
commit c6a9e7aa4c
8 changed files with 416 additions and 360 deletions

View file

@ -257,6 +257,10 @@ return [
// When activated, only public contacts will be activated regularly that are used for example in items or tags.
'update_active_contacts' => false,
// update_known_contacts (Boolean)
// When activated, only public contacts will be activated regularly that are in a contact list of a local user.
'update_known_contacts' => false,
// url (String)
// The fully-qualified URL of this Friendica node.
// Used by the worker in a non-HTTP execution environment.