We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ccbcf5 commit 53fde0cCopy full SHA for 53fde0c
src/stores/ServicesStore.js
@@ -297,7 +297,7 @@ export default class ServicesStore extends Store {
297
});
298
} else if (channel === 'notification') {
299
const options = args[0].options;
300
- if (service.recipe.hasNotificationSound || service.isMuted) {
+ if (service.recipe.hasNotificationSound || service.isMuted || this.stores.settings.all.isAppMuted) {
301
Object.assign(options, {
302
silent: true,
303
0 commit comments