Переглянути джерело

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;