diff --git a/src/common/connection.py b/src/common/connection.py index 5eada5dc0..1acca7ee0 100644 --- a/src/common/connection.py +++ b/src/common/connection.py @@ -744,7 +744,8 @@ class Connection(ConnectionHandlers): chatstate_node.addChild(name = 'composing') self.connection.send(msg_iq) - no_log_for = gajim.config.get_per('accounts', self.name, 'no_log_for') + no_log_for = gajim.config.get_per('accounts', self.name, 'no_log_for')\ + .split() ji = gajim.get_jid_without_resource(jid) if self.name not in no_log_for and ji not in no_log_for: log_msg = msg