From: Mikael Nordfeldth Date: Sun, 7 Feb 2016 01:33:53 +0000 (+0100) Subject: Hidespam by default X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d6664f57356dd7ea638be4ce2095f4a1ca50e506;p=quix0rs-gnu-social.git Hidespam by default ...why would something described as "Whether to hide silenced users from timelines" be set to false by default? :) --- diff --git a/lib/default.php b/lib/default.php index b59d249f2f..f0430ee2fd 100644 --- a/lib/default.php +++ b/lib/default.php @@ -288,7 +288,7 @@ $default = 'notice' => array('contentlimit' => null, 'defaultscope' => null, // null means 1 if site/private, 0 otherwise - 'hidespam' => false), // Whether to hide silenced users from timelines + 'hidespam' => true), // Whether to hide silenced users from timelines 'message' => array('contentlimit' => null), 'location' =>