From f8127c9642097b53e706aabeb94331f3fd3d1720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Costa?= Date: Thu, 14 Mar 2024 17:46:15 +0100 Subject: [PATCH] fix(desktop-notifications): typo again... ugh --- public/js/notifications.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/notifications.js b/public/js/notifications.js index 162666a70..e4814ad2c 100644 --- a/public/js/notifications.js +++ b/public/js/notifications.js @@ -201,7 +201,7 @@ if (_this._hasNotificationPermission() && _this._hasNotificationsEnabled()) { setTimeout(() => { - this._openEventStream(); + _this._openEventStream(); }, 2000); } }