forked from GNUsocial/gnu-social
Activity notices on by default
This commit is contained in:
parent
b83af83b82
commit
04dccad3bb
@ -310,7 +310,8 @@ $default =
|
|||||||
'TagSub' => null,
|
'TagSub' => null,
|
||||||
'OpenID' => null,
|
'OpenID' => null,
|
||||||
'Directory' => null,
|
'Directory' => null,
|
||||||
'ExtendedProfile' => null),
|
'ExtendedProfile' => null,
|
||||||
|
'Activity' => null),
|
||||||
'locale_path' => false, // Set to a path to use *instead of* each plugin's own locale subdirectories
|
'locale_path' => false, // Set to a path to use *instead of* each plugin's own locale subdirectories
|
||||||
'server' => null,
|
'server' => null,
|
||||||
'sslserver' => null,
|
'sslserver' => null,
|
||||||
|
Loading…
Reference in New Issue
Block a user