X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fdefaults.config.php;h=dfec158cfe15e8bfccf458aa3246fccb3877b960;hb=4a3544582c570d43f7d274ddbae7ea835176cbd9;hp=f893a12e103f52b63953529d253b4bdc62aa428a;hpb=2a31b2383f7753f70f5829e202f248247e916321;p=friendica.git diff --git a/static/defaults.config.php b/static/defaults.config.php index f893a12e10..dfec158cfe 100644 --- a/static/defaults.config.php +++ b/static/defaults.config.php @@ -60,7 +60,7 @@ return [ 'always_show_preview' => false, // ap_always_bcc (Boolean) - // Adressing receivers via ActivityPub by BCC. Increases privacy, decreases performnce. + // Adresses non-mentioned ActivityPub receivers by BCC instead of CC. Increases privacy, decreases performance. 'ap_always_bcc' => false, // archival_days (Integer) @@ -297,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,