Commit | Line | Data |
---|---|---|
d8aa5ec7 AD |
1 | This files describes API changes in /message/ messaging system, |
2 | information provided here is intended especially for developers. | |
3 | ||
3bcf6b3c RT |
4 | === 2.6 === |
5 | * Message processor extending message_output, should return true in can_send_to_any_users() | |
6 | if it supports message sending to internal (noreply/support) users. | |
7 | ||
d8aa5ec7 AD |
8 | === 2.2 === |
9 | ||
10 | required changes: | |
11 | * lib/messagelib.php message_send($eventdata) | |
12 | $eventdata->userto should contain a property called "emailstop", $eventdata->userto->emailstop | |
13 | If it is absent it will be retrieved from the user table causing an additional database query |