MDL-67782 message: fix messages max length
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user