diff --git a/js/notifications.js b/js/notifications.js index 08d9ecdfaa..a37fdc19fa 100644 --- a/js/notifications.js +++ b/js/notifications.js @@ -99,7 +99,7 @@ window.nodeNotifier.notify({ title: title, message: message, - sound: shouldPlayNotificationSound, + sound: false, }); window.nodeNotifier.on('click', function(notifierObject, options) { last.get('conversationId');