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

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2023-10-22 12:36:59 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-10-22 12:36:59 +0300
commit2079da3a5bbf48a2010b5d20dcff3fb12b3cd9d6 (patch)
tree14adea850feaace2c3247796e07a4569319c614e
parentf85d3c952b546d4cd3626565fa30877415d4cf65 (diff)
change: Chatstates: Accept chatstates with delay tag
-rw-r--r--nbxmpp/modules/chatstates.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/nbxmpp/modules/chatstates.py b/nbxmpp/modules/chatstates.py
index 6dad07b..5998a6e 100644
--- a/nbxmpp/modules/chatstates.py
+++ b/nbxmpp/modules/chatstates.py
@@ -47,9 +47,6 @@ class Chatstates(BaseModule):
if properties.is_mam_message:
return
- if stanza.getTag('delay', namespace=Namespace.DELAY2) is not None:
- return
-
properties.chatstate = chatstate