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

Commits:
995ade8a by Philipp Hörist at 2017-09-07T16:42:51+02:00
Only log for GC Message for one account

- - - - -


1 changed file:

- gajim/common/connection_handlers.py


Changes:

=====================================
gajim/common/connection_handlers.py
=====================================
--- a/gajim/common/connection_handlers.py
+++ b/gajim/common/connection_handlers.py
@@ -1155,6 +1155,8 @@ class ConnectionHandlersBase:
             return True
 
     def _nec_gc_message_received(self, obj):
+        if obj.conn.name != self.name:
+            return
         if app.config.should_log(obj.conn.name, obj.jid) and not \
         obj.timestamp < obj.conn.last_history_time[obj.jid] and obj.msgtxt and 
\
         obj.nick:



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/995ade8a1145d53d7ce279cc46db517f0c12f577

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