Commit c1322f3c authored by JC Brand's avatar JC Brand

or should be and

parent 12af9d5c
......@@ -84,7 +84,7 @@
const messages = [];
const message_handler = _converse.connection.addHandler(function (message) {
if (options.groupchat || message.getAttribute('from') !== options['with']) { // eslint-disable-line dot-notation
if (options.groupchat && message.getAttribute('from') !== options['with']) { // eslint-disable-line dot-notation
return true;
}
const result = message.querySelector('result');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment