From 7c7f2f890f3c7acd404da2d3c70edcb1012709e0 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Sun, 7 Feb 2016 02:33:53 +0100 Subject: [PATCH] Hidespam by default ...why would something described as "Whether to hide silenced users from timelines" be set to false by default? :) --- lib/default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' =>