This commit is contained in:
Henry Jameson 2023-11-20 13:34:06 +02:00
parent f3273465a6
commit df14c66341

View file

@ -90,6 +90,7 @@ export const unseenNotificationsFromStore = store => {
export const prepareNotificationObject = (notification, i18n) => {
if (cachedBadgeUrl === null) {
const favicon = FaviconService.getOriginalFavicons()[0]
console.log(favicon)
if (!favicon) {
cachedBadgeUrl = 'about:blank'
} else {