Daniel Brötzmann pushed to branch master at gajim / gajim


Commits:
01fd1b72 by wurstsalat at 2022-11-24T22:08:22+01:00
fix: Chatstates: Switch to Chatstate.ACTIVE after timeout

- - - - -


1 changed file:

- gajim/common/modules/chatstates.py


Changes:

=====================================
gajim/common/modules/chatstates.py
=====================================
@@ -192,8 +192,8 @@ def _process_chatstate(self,
 
     def _on_remote_composing_timeout(self, contact: types.ContactT):
         self._log.info(
-            'Automatically switching the chat state of %s to PAUSED', contact)
-        self._remote_chatstate[contact.jid] = State.PAUSED
+            'Automatically switching the chat state of %s to ACTIVE', contact)
+        self._remote_chatstate[contact.jid] = State.ACTIVE
         contact.notify('chatstate-update')
 
     def _remove_remote_composing_timeout(self, contact: types.ContactT):



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/01fd1b7209f7608207bb2f18261f24f6f217de3a

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/01fd1b7209f7608207bb2f18261f24f6f217de3a
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to