Hidespam by default

...why would something described as "Whether to hide silenced users from timelines"
be set to false by default? :)
This commit is contained in:
Mikael Nordfeldth 2016-02-07 02:33:53 +01:00
parent 771f08b3c7
commit 7c7f2f890f
1 changed files with 1 additions and 1 deletions

View File

@ -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' =>