mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 22:55:04 -04:00
add chatlobby option to disable sending typing notifications
This commit is contained in:
parent
f3b3d2b262
commit
0ca477d01b
5 changed files with 24 additions and 2 deletions
|
@ -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) ;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue