aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/ServicesStore.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores/ServicesStore.js')
-rw-r--r--src/stores/ServicesStore.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stores/ServicesStore.js b/src/stores/ServicesStore.js
index 1d895d532..96c503510 100644
--- a/src/stores/ServicesStore.js
+++ b/src/stores/ServicesStore.js
@@ -287,7 +287,7 @@ export default class ServicesStore extends Store {
287 }); 287 });
288 } else if (channel === 'notification') { 288 } else if (channel === 'notification') {
289 const options = args[0].options; 289 const options = args[0].options;
290 if (service.recipe.hasNotificationSound) { 290 if (service.recipe.hasNotificationSound || service.isMuted) {
291 Object.assign(options, { 291 Object.assign(options, {
292 silent: true, 292 silent: true,
293 }); 293 });