f
This commit is contained in:
@@ -2143,6 +2143,8 @@ void LLFloaterIMPanel::setTyping(BOOL typing)
|
||||
|
||||
void LLFloaterIMPanel::sendTypingState(BOOL typing)
|
||||
{
|
||||
if(gSavedSettings.getBOOL("AscentHideTypingNotification"))
|
||||
return;
|
||||
// Don't want to send typing indicators to multiple people, potentially too
|
||||
// much network traffic. Only send in person-to-person IMs.
|
||||
if (mDialog != IM_NOTHING_SPECIAL) return;
|
||||
|
||||
Reference in New Issue
Block a user