mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 20:53:53 +01:00
7d82e35e39
Passing the last message (which can virtually contain any character) as a parameter for the {{#str}} mustache helper can break the JSON parsing which eventually leads to the breakage of the messaging UI. So for simplicity, revert the addition of the 'conversationlastmessage' language string and render the sender and the last message as separate elements.