]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
lib/default.php has nofollow group
authorEvan Prodromou <evan@status.net>
Mon, 5 Apr 2010 14:24:22 +0000 (10:24 -0400)
committerEvan Prodromou <evan@status.net>
Mon, 5 Apr 2010 14:24:22 +0000 (10:24 -0400)
lib/default.php

index 10f3f1a97e7355ac6d724f167121a8a25e8b06eb..ffeab70b3a6626eda08b1c2051a9ded122ad43da 100644 (file)
@@ -296,4 +296,8 @@ $default =
               ),
         'api' =>
         array('realm' => null),
+        'nofollow' =>
+        array('subscribers' => true,
+              'members' => true,
+              'peopletag' => true),
         );