]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Hidespam by default
authorMikael Nordfeldth <mmn@hethane.se>
Sun, 7 Feb 2016 01:33:53 +0000 (02:33 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Sun, 7 Feb 2016 01:35:21 +0000 (02:35 +0100)
...why would something described as "Whether to hide silenced users from timelines"
be set to false by default? :)

lib/default.php

index 8d8ef1178810a98a8806b75d8969f03acafb3f5d..d917d749d194a36a131a0dc060b3b4a2f1045d19 100644 (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' =>