Daniel Brötzmann pushed to branch mainwindow at gajim / gajim


Commits:
638e5bf3 by wurstsalat at 2021-10-23T18:35:45+02:00
ChatControl: Fix processing PMs

- - - - -


1 changed file:

- gajim/gtk/controls/base.py


Changes:

=====================================
gajim/gtk/controls/base.py
=====================================
@@ -267,8 +267,7 @@ def process_event(self, event):
         if event.account != self.account:
             return
 
-        jid = self.contact.jid.bare
-        if event.jid != jid:
+        if event.jid not in (self.contact.jid, self.contact.jid.bare):
             return
 
         jingle_av_events = [



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/638e5bf31d1bfbb2fee9453524780c9c363f1065

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/638e5bf31d1bfbb2fee9453524780c9c363f1065
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
Commits@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to