-
Bug
-
Resolution: Fixed
-
Minor
-
3.7
-
MOODLE_37_STABLE
-
MOODLE_37_STABLE
-
MDL-65426_master -
- Covered by unit tests.
The issue MDL-64017 added a message digest which is the cause of this issue.
The scenario.
- The messaging email processor is enabled.
- User A sends user B a message.
- This gets added to the message_email_messages table.
- User B then logs in and reads the message.
- The task message_email\task\send_email_task is run and sends the message (that has already been read) to user B.
We can avoid this by removing the message from the message_email_messages table once it has been read.
- is a regression caused by
-
MDL-64017 Provide a means for message processors to identify and handle group messages
- Closed