Fixes silenced notification preventing notification prompt to be shown (#9336)
This commit is contained in:
@@ -336,7 +336,7 @@ export const Notifier = {
|
||||
}
|
||||
const isGuest = client.isGuest();
|
||||
return !isGuest && this.supportsDesktopNotifications() && !isPushNotifyDisabled() &&
|
||||
!localNotificationsAreSilenced(client) && !this.isEnabled() && !this._isPromptHidden();
|
||||
!this.isEnabled() && !this._isPromptHidden();
|
||||
},
|
||||
|
||||
_isPromptHidden: function() {
|
||||
|
||||
Reference in New Issue
Block a user