Details
-
Improvement
-
Resolution: Fixed
-
Major
-
3.6, 3.7
-
MOODLE_36_STABLE, MOODLE_37_STABLE
-
MOODLE_38_STABLE
-
MDL-64002-master-rebased -
Description
We should create a buffer for sending messaging to allow the user to quickly type and send multiple messages one after another.
Currently we block the message input after each message is sent until we get confirmation from the server that it was successfully sent.
This could be changed to immediately add the message to the conversation in the page in a pending state while the request is being sent to the server.
Once the server responds we can update update the message text to be the server responded text (because it can change).
If the message fails then we need to indicate that the message failed and allow it to be re-sent.
Attachments
Issue Links
- will help resolve
-
MDL-65844 Messaging: mobile clients using the web interface can create duplicate messages by mistake
-
- Closed
-