Skip to content

Commit

Permalink
Disable deprecated legacy push notifications
Browse files Browse the repository at this point in the history
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"
  • Loading branch information
sonertari committed Oct 22, 2024
1 parent eb56193 commit 27fb5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/system/include.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
'logs' => _MENU('Logs'),
'wui' => _MENU('WUI'),
'users' => _MENU('Users'),
'notifier' => _MENU('Notifier'),
// 'notifier' => _MENU('Notifier'),
),
),
'procs' => array(
Expand Down

0 comments on commit 27fb5bd

Please sign in to comment.