Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gajim/common/modules/chatstates.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gajim/common/modules/chatstates.py b/gajim/common/modules/chatstates.py
index 3a341f6ee..84de9db2b 100644
--- a/gajim/common/modules/chatstates.py
+++ b/gajim/common/modules/chatstates.py
@@ -191,6 +191,7 @@ class Chatstate(BaseModule):
contact.notify('chatstate-update')
def _on_remote_composing_timeout(self, contact: types.ContactT):
+ self._remote_chatstate_composing_timeouts.pop(contact.jid, None)
self._log.info(
'Automatically switching the chat state of %s to ACTIVE', contact)
self._remote_chatstate[contact.jid] = State.ACTIVE