Ready to implement conversation message writing notifier

This commit is contained in:
2021-03-08 19:01:51 +01:00
parent a545860795
commit 3a55f18b96
6 changed files with 53 additions and 0 deletions

View File

@ -407,6 +407,8 @@ const ConversationPageConvPart = {
emptyElem(formContainer);
}
new ConversationWritingNotifier(formContainer, this._conv_info.id)
//Add message input
var inputGroup = createElem2({
appendTo: formContainer,