Notifications: All calls are debounced except for shutdown clear
This commit is contained in:
parent
18a76ffb49
commit
b1a54c416f
2 changed files with 17 additions and 13 deletions
|
@ -240,7 +240,7 @@
|
|||
});
|
||||
|
||||
window.addEventListener('focus', () => Whisper.Notifications.clear());
|
||||
window.addEventListener('unload', () => Whisper.Notifications.clear());
|
||||
window.addEventListener('unload', () => Whisper.Notifications.fastClear());
|
||||
|
||||
Whisper.events.on('showConversation', function(conversation) {
|
||||
if (appView) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue