Send notification when user is writing a message

This commit is contained in:
2021-03-08 18:09:56 +01:00
parent f938fd7850
commit ffb6398fbb
5 changed files with 36 additions and 2 deletions

View File

@@ -465,6 +465,9 @@ const ConversationPageConvPart = {
inputText.maxLength = ServerConfig.conf.max_conversation_message_len;
inputText.focus();
// Notify other users when this user is writing a message
ConversationsUtils.listenToInputChangeEvents(inputText, this._conv_info.id)
//Enable textarea 2.0 on the message
var textarea2 = new ComunicWeb.components.textarea();