MDL-67782 message: fix messages max length

This commit is contained in:
Ferran Recio
2021-01-08 05:21:26 +01:00
committed by Jenkins
parent f85895edb5
commit fa6dc6a983
5 changed files with 56 additions and 1 deletions
+5
View File
@@ -46,6 +46,11 @@ class api {
*/
const MESSAGE_ACTION_DELETED = 2;
/**
* The max message length.
*/
const MESSAGE_MAX_LENGTH = 4096;
/**
* Handles searching for messages in the message area.
*