Commit 934e8653 authored by JC Brand's avatar JC Brand

Remove another vestige of OTR

parent 21178add
......@@ -85,9 +85,6 @@
_converse.shouldNotifyOfMessage = function (message) {
/* Is this a message worthy of notification?
*/
if (utils.isOTRMessage(message)) {
return false;
}
const forwarded = message.querySelector('forwarded');
if (!_.isNull(forwarded)) {
return false;
......
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