From 15048055750db24f0f72ceab5eba1dc61e16d8fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Mon, 19 Nov 2018 17:51:18 +0100 Subject: [PATCH] Dont answer groupchat receipt requests --- gajim/common/modules/receipts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gajim/common/modules/receipts.py b/gajim/common/modules/receipts.py index 0ad5edca3..f7a896417 100644 --- a/gajim/common/modules/receipts.py +++ b/gajim/common/modules/receipts.py @@ -49,7 +49,7 @@ class Receipts: 'answer_receipts'): return - if event.mtype not in ('chat', 'groupchat'): + if event.mtype not in ('chat', 'normal'): return if event.sent: