Fix 'is typing...' notifications never going away.

This commit is contained in:
Shyotl
2020-04-10 16:28:37 -05:00
parent b2c965e22d
commit e6826a4c7c

View File

@@ -1651,6 +1651,7 @@ Note: OTHER_TYPING_TIMEOUT must be > ME_TYPING_TIMEOUT for proper operation of t
{
speaker_mgr->setSpeakerTyping(from_id, TRUE);
}
mOtherTyping = true; // addHistoryLine clears this flag. Set it again.
}
}