]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/default.php
Some work on ActivityModeration with notice deletion
[quix0rs-gnu-social.git] / lib / default.php
index 0ec9fc4e14d1cc5a67c2f9b7316b17b526797733..554d3ae63ceff4f518dcfc25b3abaf2e723ac084 100644 (file)
@@ -129,7 +129,7 @@ $default =
               'biolimit' => null,
               'changenick' => false,
               'backup' => true,
-              'restore' => true,
+              'restore' => false,
               'delete' => false,
               'move' => true),
         'image' =>
@@ -305,6 +305,8 @@ $default =
         'plugins' =>
         array('core' => array(
                             'ActivityVerb' => array(),
+                            'ActivityVerbPost' => array(),
+                            'ActivityModeration' => array(),
                             'AuthCrypt' => array(),
                             'Cronish' => array(),
                             'Favorite' => array(),
@@ -327,7 +329,6 @@ $default =
                             'OpportunisticQM' => array(),
                             'OStatus' => array(),
                             'Poll' => array(),
-                            'QnA' => array(),
                             'SearchSub' => array(),
                             'TagSub' => array(),
                             'WebFinger' => array(),