temp console log for mobile debug

このコミットが含まれているのは:
Henry Jameson 2023-11-20 00:17:09 +02:00
コミット 1931e7c3ba
1個のファイルの変更2行の追加0行の削除

ファイルの表示

@ -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)
}
}