mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 20:35:16 +00:00
Increase max messages length
This commit is contained in:
@ -457,7 +457,7 @@ const ConversationPageConvPart = {
|
||||
class: "form-control",
|
||||
placeholder: "New message...",
|
||||
});
|
||||
inputText.maxLength = 200;
|
||||
inputText.maxLength = ServerConfig.conf.max_conversation_message_len;
|
||||
inputText.focus();
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user