-
Improvement
-
Resolution: Won't Fix
-
Minor
-
None
-
3.4.0
-
MOODLE_34_STABLE
-
Moodle Mobile 3.4.1
The system field in some mod_chat tables is going to be renamed to issystem because in MySQL8 system is a reserved word.
We need to patch the app to support both the old "system" and the new "issystem" field when displaying system messages.
It seems that this field is only used in this template: www/addons/mod/chat/templates/chat.html