Delete Messages
Maintained by
Esdras Caleb Oliveira Silva
Moodle never delete messages from message table. This plugin enables you to set a maximum time to messages stay in user box before auto delete them. It also enables the purge old messagens from database and erase messages of old conversations.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
https://github.com/EsdrasCaleb/moodle-tool_deletemessage/blob/main/classes/task/delete.php
https://tracker.moodle.org/browse/MDL-78702
I am working in a update to create a function that delete messagens. Maybe I put a message to delete all messagens of one users or something like that...
Fixes the problem of deleting messages that Moodle doesn't do.
A question:
How can I delete all messages?
Could you pass me the query?
Thanks