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.
This commit is contained in:
Mikael Nordfeldth 2014-11-07 16:37:00 +01:00
parent 33e7562210
commit 769febf22e
1 changed files with 1 additions and 0 deletions

View File

@ -303,6 +303,7 @@ $default =
'Bookmark' => array(),
'ClientSideShorten' => array(),
'Directory' => array(),
'DirectMessage' => array(),
'EmailAuthentication' => array(),
'Event' => array(),
'Oembed' => array(),