You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Notifier is how singleton is known outside of this module, use this inside
This commit is contained in:
@@ -226,8 +226,8 @@ const Notifier = {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
const isGuest = client.isGuest();
|
const isGuest = client.isGuest();
|
||||||
return !isGuest && Notifier.supportsDesktopNotifications() &&
|
return !isGuest && this.supportsDesktopNotifications() &&
|
||||||
!Notifier.isEnabled() && !Notifier._isToolbarHidden();
|
!this.isEnabled() && !this._isToolbarHidden();
|
||||||
},
|
},
|
||||||
|
|
||||||
_isToolbarHidden: function() {
|
_isToolbarHidden: function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user