]> git.mxchange.org Git - friendica.git/commitdiff
Merge pull request #9979 from annando/less-blocking
authorHypolite Petovan <hypolite@mrpetovan.com>
Wed, 3 Mar 2021 13:40:25 +0000 (08:40 -0500)
committerGitHub <noreply@github.com>
Wed, 3 Mar 2021 13:40:25 +0000 (08:40 -0500)
Reduce blocks when removing orphans

1  2 
static/settings.config.php

index db898c3323389433ea4772cf880be198c9e9ac39,b608307a90a3ae2e2f279b0d31bf86c27d287f81..bf74e782e4f42cad9524bce417fa8f1de0f085f1
@@@ -56,9 -56,13 +56,13 @@@ return 
                // Manual list of addons which are enabled on this system.
                'addon' => '',
  
+               // add_missing_posts (boolean)
+               // Checks for missing entries in "post", "post-thread" or "post-thread-user" and creates them
+               'add_missing_posts' => false,
                // allowed_themes (Comma-separated list)
                // Themes users can change to in their settings.
 -              'allowed_themes' => 'quattro,vier,duepuntozero,smoothly',
 +              'allowed_themes' => 'frio,quattro,vier,duepuntozero,smoothly',
  
                // curl_timeout (Integer)
                // Value is in seconds. Set to 0 for unlimited (not recommended).