浏览代码

Remove another vestige of OTR

JC Brand 6 年之前
父节点
当前提交
934e86536e
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      src/converse-notification.js

+ 0 - 3
src/converse-notification.js

@@ -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;