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:
parent
33e7562210
commit
769febf22e
|
@ -303,6 +303,7 @@ $default =
|
|||
'Bookmark' => array(),
|
||||
'ClientSideShorten' => array(),
|
||||
'Directory' => array(),
|
||||
'DirectMessage' => array(),
|
||||
'EmailAuthentication' => array(),
|
||||
'Event' => array(),
|
||||
'Oembed' => array(),
|
||||
|
|
Loading…
Reference in New Issue
Block a user