MDL-67782 message: fix messages max length

This commit is contained in:
Ferran Recio
2021-01-12 10:27:31 +01:00
committed by Jenkins
parent 78b18c00bf
commit 8bbc064e29
6 changed files with 90 additions and 1 deletions
+5
View File
@@ -93,6 +93,11 @@ class api {
*/
const MESSAGE_CONVERSATION_DISABLED = 0;
/**
* The max message length.
*/
const MESSAGE_MAX_LENGTH = 4096;
/**
* Handles searching for messages in the message area.
*