From 3045b47d869da4e62e9403c63652baeb7b349e1d Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Thu, 30 Nov 2017 00:12:16 +0100 Subject: fix(App): Allow to turn on notifications when system dnd is enabled --- src/actions/app.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/actions') diff --git a/src/actions/app.js b/src/actions/app.js index 25ff9344d..e4f648fc9 100644 --- a/src/actions/app.js +++ b/src/actions/app.js @@ -22,6 +22,7 @@ export default { healthCheck: {}, muteApp: { isMuted: PropTypes.bool.isRequired, + overrideSystemMute: PropTypes.bool, }, toggleMuteApp: {}, }; -- cgit v1.2.3-54-g00ecf