mirror of https://github.com/vector-im/riot-web
Show notifications even when Element is focused (#8590)
parent
3f2f839b3b
commit
395b167b20
|
@ -95,9 +95,6 @@ export const Notifier = {
|
|||
if (!plaf.supportsNotifications() || !plaf.maySendNotifications()) {
|
||||
return;
|
||||
}
|
||||
if (global.document.hasFocus()) {
|
||||
return;
|
||||
}
|
||||
|
||||
let msg = this.notificationMessageForEvent(ev);
|
||||
if (!msg) return;
|
||||
|
|
Loading…
Reference in New Issue