]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
OpportunisticQM moved from core to default plugins.
authorMikael Nordfeldth <mmn@hethane.se>
Tue, 6 May 2014 21:32:32 +0000 (23:32 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Tue, 6 May 2014 21:32:32 +0000 (23:32 +0200)
This makes it easier to disable, but remember that you must then
either enable and maintain queue daemons or disable queueing (and
handle whatever remaining queue items are stored in the database)!

lib/default.php

index 65301bbb454fd33b1a3b106c23a10d353a0e5af9..e04f10b080274c8ec42de6cf5b57700d94156e69 100644 (file)
@@ -294,7 +294,6 @@ $default =
                             'AuthCrypt' => array(),
                             'Cronish' => array(),
                             'LRDD' => array(),
-                            'OpportunisticQM' => array(),
                             'StrictTransportSecurity' => array(),
                         ),
               'default' => array(
@@ -305,6 +304,7 @@ $default =
                             'Event' => array(),
                             'Oembed' => array(),
                             'OpenID' => array(),
+                            'OpportunisticQM' => array(),
                             'Poll' => array(),
                             'QnA' => array(),
                             'SearchSub' => array(),