Преглед на файлове

Remove another vestige of OTR

JC Brand преди 7 години
родител
ревизия
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;