]> git.mxchange.org Git - friendica.git/blobdiff - static/defaults.config.php
Issue 7691: We can now switch to BCC for ActivityPub
[friendica.git] / static / defaults.config.php
index 67fe10391043e71bc4e3a3327f9e9ea39845fe88..f893a12e103f52b63953529d253b4bdc62aa428a 100644 (file)
@@ -59,6 +59,10 @@ return [
                // Only show small preview pictures.
                'always_show_preview' => false,
 
+               // ap_always_bcc (Boolean)
+               // Adressing receivers via ActivityPub by BCC. Increases privacy, decreases performnce.
+               'ap_always_bcc' => false,
+
                // archival_days (Integer)
                // Number of days that we try to deliver content before we archive a contact.
                'archival_days' => 32,