mirror of
https://github.com/moodle/moodle.git
synced 2025-03-05 00:22:43 +01:00
This is used by messaging system for sending/receiving message to/from noreply or support user. message_send api will now use core_user class to get noreply or support user and then send/receive message depending on user state.
14 lines
575 B
Plaintext
14 lines
575 B
Plaintext
This files describes API changes in /message/ messaging system,
|
|
information provided here is intended especially for developers.
|
|
|
|
=== 2.6 ===
|
|
* Message processor extending message_output, should return true in can_send_to_any_users()
|
|
if it supports message sending to internal (noreply/support) users.
|
|
|
|
=== 2.2 ===
|
|
|
|
required changes:
|
|
* lib/messagelib.php message_send($eventdata)
|
|
$eventdata->userto should contain a property called "emailstop", $eventdata->userto->emailstop
|
|
If it is absent it will be retrieved from the user table causing an additional database query
|