X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fsettings.config.php;h=8e62e9bb3eb6cca01cc311c803237287dd6a1e44;hb=7e06127d74565b1c63ca897437ef084a0a7415e0;hp=ea7558e5f751ed9df074330a89495037a64080dd;hpb=4e45987f74ccbe61a53c711317c2e45894435ece;p=friendica.git diff --git a/static/settings.config.php b/static/settings.config.php index ea7558e5f7..8e62e9bb3e 100644 --- a/static/settings.config.php +++ b/static/settings.config.php @@ -114,6 +114,10 @@ return [ // Default value comprises classic role names from RFC 2142. 'forbidden_nicknames' => 'info, marketing, sales, support, abuse, noc, security, postmaster, hostmaster, usenet, news, webmaster, www, uucp, ftp, root, sysop', + // compute_group_counts (Boolean) + // Compute contact group level when counting unseen network posts. + 'compute_group_counts' => true, + // jpeg_quality (Integer) // Sets the ImageMagick quality level for JPEG images. Values ranges from 50 (awful) to 100 (near perfect). 'jpeg_quality' => 100,