diff --git a/src/app/pages/client/ClientNonUIFeatures.tsx b/src/app/pages/client/ClientNonUIFeatures.tsx index 6b35961a..170bc03b 100644 --- a/src/app/pages/client/ClientNonUIFeatures.tsx +++ b/src/app/pages/client/ClientNonUIFeatures.tsx @@ -212,11 +212,6 @@ function MessageNotifications() { ) { return; } - try { - navigator.setAppBadge(unreadInfo.total); - } catch (e) { - // Likely Firefox/Gecko-based and doesn't support badging API - } if (showNotifications && notificationPermission('granted')) { const avatarMxc =