From 2079da3a5bbf48a2010b5d20dcff3fb12b3cd9d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Sun, 22 Oct 2023 11:36:59 +0200 Subject: change: Chatstates: Accept chatstates with delay tag --- nbxmpp/modules/chatstates.py | 3 --- 1 file changed, 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 -- cgit v1.2.3