d3d95d5dc2
* Add clarification to delete messages lang strings * Stop message polling when sending a message to fix UI bug * Publish update last message event when polling finds more messages * Remove logged in user from group conversation participants list * Use user object to fetch user preferences to reduce DB calls * Remove animated slide transitions because the browser breaks when showing some conversations
Compiling LESS -------------- If you want to make changes to the .css generated from these .less files then you need to use a less compiler to build your changes. The supported way to achieve this is using grunt. See https://docs.moodle.org/dev/Grunt for details of how to install grunt. Once grunt is installed run the 'css' task: $ grunt css And the css files will be compiled. For further info see: https://docs.moodle.org/dev/LESS