]> git.mxchange.org Git - friendica.git/blobdiff - static/defaults.config.php
Add parameter for "toArray()" method
[friendica.git] / static / defaults.config.php
index 67fe10391043e71bc4e3a3327f9e9ea39845fe88..dfec158cfe15e8bfccf458aa3246fccb3877b960 100644 (file)
@@ -59,6 +59,10 @@ return [
                // Only show small preview pictures.
                'always_show_preview' => false,
 
+               // ap_always_bcc (Boolean)
+               // Adresses non-mentioned ActivityPub receivers by BCC instead of CC. Increases privacy, decreases performance.
+               'ap_always_bcc' => false,
+
                // archival_days (Integer)
                // Number of days that we try to deliver content before we archive a contact.
                'archival_days' => 32,
@@ -293,10 +297,6 @@ return [
                // Don't show smilies.
                'no_smilies' => false,
 
-               // no_view_full_size (Boolean)
-               // Don't add the link "View full size" under a resized image.
-               'no_view_full_size' => false,
-
                // optimize_items (Boolean)
                // Triggers an SQL command to optimize the item table before expiring items.
                'optimize_items' => false,