mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
Merge branch 'MDL-63549-master' of https://github.com/snake/moodle
This commit is contained in:
commit
1becffad44
8 changed files with 1053 additions and 272 deletions
|
@ -989,7 +989,8 @@ $functions = array(
|
|||
'classname' => 'core_message_external',
|
||||
'methodname' => 'data_for_messagearea_conversations',
|
||||
'classpath' => 'message/externallib.php',
|
||||
'description' => 'Retrieve the template data for the conversation list',
|
||||
'description' => '** DEPRECATED ** Please do not call this function any more.
|
||||
Retrieve the template data for the conversation list',
|
||||
'type' => 'read',
|
||||
'ajax' => true,
|
||||
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE),
|
||||
|
@ -1036,6 +1037,14 @@ $functions = array(
|
|||
'type' => 'read',
|
||||
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE),
|
||||
),
|
||||
'core_message_get_conversations' => array(
|
||||
'classname' => 'core_message_external',
|
||||
'methodname' => 'get_conversations',
|
||||
'classpath' => 'message/externallib.php',
|
||||
'description' => 'Retrieve a list of conversations for a user',
|
||||
'type' => 'read',
|
||||
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE),
|
||||
),
|
||||
'core_message_get_messages' => array(
|
||||
'classname' => 'core_message_external',
|
||||
'methodname' => 'get_messages',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue