]> git.mxchange.org Git - friendica.git/blobdiff - static/settings.config.php
Merge pull request #11888 from MrPetovan/bug/11861-frio-filerm
[friendica.git] / static / settings.config.php
index fd07c5d26212c15107e790c4326e7be1cce3d7e1..8e62e9bb3eb6cca01cc311c803237287dd6a1e44 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -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,
@@ -140,6 +144,10 @@ return [
                // If you don't want to set a maximum length, set to -1.
                'max_image_length' => -1,
 
+               // max_receivers (Integer)
+               // The maximum number of displayed receivers of posts
+               'max_receivers' => 10,
+
                // maximagesize (Integer)
                // Maximum size in bytes of an uploaded photo.
                'maximagesize' => 800000,