forked from GNUsocial/gnu-social
Make tag-per-group optional, default false
This commit is contained in:
@@ -268,7 +268,8 @@ $default =
|
||||
array('desclimit' => null),
|
||||
'group' =>
|
||||
array('maxaliases' => 3,
|
||||
'desclimit' => null),
|
||||
'desclimit' => null,
|
||||
'addtag' => false),
|
||||
'peopletag' =>
|
||||
array('maxtags' => 100, // maximum number of tags a user can create.
|
||||
'maxpeople' => 500, // maximum no. of people with the same tag by the same user
|
||||
|
||||
Reference in New Issue
Block a user