forked from GNUsocial/gnu-social
[CORE] Better queues defaults
This commit is contained in:
@@ -356,6 +356,7 @@ $default =
|
||||
'LRDD' => [],
|
||||
'Nodeinfo' => [],
|
||||
'OpenID' => [],
|
||||
'DBQueue' => [],
|
||||
'OpportunisticQM' => [],
|
||||
'RemoteFollow' => [],
|
||||
'ActivityPub' => [], // The order is important here (IT HAS TO COME BEFORE OSTATUS)
|
||||
@@ -363,7 +364,6 @@ $default =
|
||||
'Poll' => [],
|
||||
'SimpleCaptcha' => [],
|
||||
'TagSub' => [],
|
||||
'UnQueue' => [],
|
||||
'WebFinger' => [],
|
||||
],
|
||||
'locale_path' => false, // Set to a path to use *instead of* each plugin's own locale subdirectories
|
||||
|
Reference in New Issue
Block a user