Philipp Hörist pushed to branch master at gajim / gajim

Commits:
15048055 by Philipp Hörist at 2018-11-19T16:51:18Z
Dont answer groupchat receipt requests

- - - - -


1 changed file:

- gajim/common/modules/receipts.py


Changes:

=====================================
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:



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/15048055750db24f0f72ceab5eba1dc61e16d8fb

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/15048055750db24f0f72ceab5eba1dc61e16d8fb
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