commit: 1931e7c3ba49a68586a31661f34da4cfc722ddf4
parent 38b6f0a013ec09b4c54bfe830a92bde46290bda1
Author: Henry Jameson <me@hjkos.com>
Date: Mon, 20 Nov 2023 00:17:09 +0200
temp console log for mobile debug
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/services/notification_utils/notification_utils.js b/src/services/notification_utils/notification_utils.js
@@ -90,10 +90,12 @@ export const unseenNotificationsFromStore = store => {
export const prepareNotificationObject = (notification, i18n) => {
if (cachedBadgeUrl === null) {
const favicon = FaviconService.getOriginalFavicons()[0]
+ console.log('TEST FAVICON', favicon)
if (!favicon) {
cachedBadgeUrl = 'about:blank'
} else {
cachedBadgeUrl = favicon.favimg.href
+ console.log('TEST FAVICON', cachedBadgeUrl)
}
}