From: Mikael Nordfeldth <mmn@hethane.se>
Date: Fri, 7 Nov 2014 15:37:00 +0000 (+0100)
Subject: DirectMessage added to default plugins
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=769febf22e52bc6e3f47f5205866f39878de6c69;p=quix0rs-gnu-social.git

DirectMessage added to default plugins

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.
---

diff --git a/lib/default.php b/lib/default.php
index 59f3cd9985..3f4f9ab056 100644
--- a/lib/default.php
+++ b/lib/default.php
@@ -303,6 +303,7 @@ $default =
                             'Bookmark' => array(),
                             'ClientSideShorten' => array(),
                             'Directory' => array(),
+                            'DirectMessage' => array(),
                             'EmailAuthentication' => array(),
                             'Event' => array(),
                             'Oembed' => array(),