Philipp Hörist pushed to branch master at gajim / gajim
Commits:
508a0604 by lovetox at 2021-02-28T11:01:55+01:00
Use bare_match()
bareMatch() is deprecated
- - - - -
1 changed file:
- gajim/common/modules/chat_markers.py
Changes:
=====================================
gajim/common/modules/chat_markers.py
=====================================
@@ -61,7 +61,7 @@ def _process_chat_marker(self, _con, _stanza, properties):
return
if properties.is_mam_message:
- if properties.from_.bareMatch(self._con.get_own_jid()):
+ if properties.from_.bare_match(self._con.get_own_jid()):
return
self._raise_event('displayed-received', properties)
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/508a0604d815604363adef761ee5a01a226ffa19
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/508a0604d815604363adef761ee5a01a226ffa19
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