fix(notifications): reduce duration of initially muted notification

The current notification for starting muted is 2 minutes, which
may seem like "forever" so reduce it to dismiss faster.
This commit is contained in:
Leonard Kim 2018-01-02 10:40:44 -08:00 committed by yanas
parent 2720c76e4d
commit 1c3cef1eed
1 changed files with 1 additions and 2 deletions

View File

@ -882,8 +882,7 @@ UI.notifyInitiallyMuted = function() {
'notify.mutedTitle', 'notify.mutedTitle',
'connected', 'connected',
'notify.muted', 'notify.muted',
null, null);
120000);
}; };
/** /**