mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 20:35:16 +00:00
Ready to implement conversation message writing notifier
This commit is contained in:
@ -407,6 +407,8 @@ const ConversationPageConvPart = {
|
||||
emptyElem(formContainer);
|
||||
}
|
||||
|
||||
new ConversationWritingNotifier(formContainer, this._conv_info.id)
|
||||
|
||||
//Add message input
|
||||
var inputGroup = createElem2({
|
||||
appendTo: formContainer,
|
||||
|
Reference in New Issue
Block a user