]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
DirectMessage added to default plugins
authorMikael Nordfeldth <mmn@hethane.se>
Fri, 7 Nov 2014 15:37:00 +0000 (16:37 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Fri, 7 Nov 2014 15:37:00 +0000 (16:37 +0100)
I think the migration from core to plugin is done now for DMs.

This is required since we support the Twitter-based API by default,
which is implemented in many of the mobile clients etc. But you can
disable the DirectMessage for your instance of you wish, of course.

lib/default.php

index 59f3cd99856f0a884fccb6d25787be43a7e6e4d8..3f4f9ab056765828c153719de6738b6c01b8d6c0 100644 (file)
@@ -303,6 +303,7 @@ $default =
                             'Bookmark' => array(),
                             'ClientSideShorten' => array(),
                             'Directory' => array(),
+                            'DirectMessage' => array(),
                             'EmailAuthentication' => array(),
                             'Event' => array(),
                             'Oembed' => array(),