From 27fb5bd990a687dcebba2237c2ff4649171b8207 Mon Sep 17 00:00:00 2001 From: Soner Tari Date: Tue, 22 Oct 2024 23:10:03 +0300 Subject: [PATCH] Disable deprecated legacy push notifications Just disable the Notifier menu item, but keep the code. Firebase push notifications do not work anymore: https://firebase.google.com/docs/cloud-messaging/http-server-ref "Sending messages ... with ... HTTP legacy APIs was deprecated on June 20, 2023, and will be [has been] removed starting June 2024" --- src/View/system/include.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/View/system/include.php b/src/View/system/include.php index 294ea4cd..21e8600e 100644 --- a/src/View/system/include.php +++ b/src/View/system/include.php @@ -70,7 +70,7 @@ 'logs' => _MENU('Logs'), 'wui' => _MENU('WUI'), 'users' => _MENU('Users'), - 'notifier' => _MENU('Notifier'), + // 'notifier' => _MENU('Notifier'), ), ), 'procs' => array(