diff options
| author | Henry Jameson <me@hjkos.com> | 2023-11-20 00:17:09 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2023-11-20 00:17:09 +0200 |
| commit | 1931e7c3ba49a68586a31661f34da4cfc722ddf4 (patch) | |
| tree | 7048b7ca00804416523ee6fa4e56cd9b38ec0a95 /src/services/notification_utils/notification_utils.js | |
| parent | 38b6f0a013ec09b4c54bfe830a92bde46290bda1 (diff) | |
temp console log for mobile debug
Diffstat (limited to 'src/services/notification_utils/notification_utils.js')
| -rw-r--r-- | src/services/notification_utils/notification_utils.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/services/notification_utils/notification_utils.js b/src/services/notification_utils/notification_utils.js index f19cd565..cf2a26aa 100644 --- 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) } } |
