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=7c7f2f890f3c7acd404da2d3c70edcb1012709e0;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 8d8ef11788..d917d749d1 100644 --- a/lib/default.php +++ b/lib/default.php @@ -285,7 +285,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' =>