]> git.mxchange.org Git - friendica.git/blobdiff - static/settings.config.php
Merge pull request #12001 from tobiasd/20221016-docsmysql
[friendica.git] / static / settings.config.php
index ea7558e5f751ed9df074330a89495037a64080dd..8e62e9bb3eb6cca01cc311c803237287dd6a1e44 100644 (file)
@@ -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,