Philipp Hörist pushed to branch mainwindow at gajim / gajim
Commits:
7a8aefd2 by lovetox at 2021-02-27T11:46:46+01:00
Fix receipt processing
- - - - -
1 changed file:
- gajim/common/modules/receipts.py
Changes:
=====================================
gajim/common/modules/receipts.py
=====================================
@@ -65,7 +65,7 @@ def _process_message_receipt(self, _con, stanza, properties):
if not properties.is_encrypted:
return
- if not self._should_answer(properties.jid):
+ if not self._should_answer(properties):
return
self._log.info('Send receipt: %s', properties.jid)
self._con.connection.send(build_receipt(stanza))
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/7a8aefd26d3952a24a65ebf1a5096f65cfbdf8ea
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/7a8aefd26d3952a24a65ebf1a5096f65cfbdf8ea
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