add chatlobby option to disable sending typing notifications

This commit is contained in:
RetroPooh 2017-01-20 22:26:50 +03:00
parent f3b3d2b262
commit 0ca477d01b
5 changed files with 24 additions and 2 deletions

View file

@ -1088,8 +1088,8 @@ void ChatWidget::updateStatusTyping()
#ifdef ONLY_FOR_LINGUIST
tr("is typing...");
#endif
rsMsgs->sendStatusString(chatId, "is typing...");
if(!Settings->getChatDoNotSendIsTyping())
rsMsgs->sendStatusString(chatId, "is typing...");
lastStatusSendTime = time(NULL) ;
}
}