mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
Merge branch 'MDL-56407-master-2' of git://github.com/junpataleta/moodle
This commit is contained in:
commit
d10ca75b8c
6 changed files with 62 additions and 16 deletions
|
@ -996,7 +996,8 @@ class core_message_external extends external_api {
|
|||
'isonline' => new external_value(PARAM_BOOL, 'The user\'s online status'),
|
||||
'messages' => new external_multiple_structure(
|
||||
self::get_messagearea_message_structure()
|
||||
)
|
||||
),
|
||||
'isblocked' => new external_value(PARAM_BOOL, 'Is this user blocked by the current user?', VALUE_DEFAULT, false),
|
||||
)
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue