debug
This commit is contained in:
parent
f3273465a6
commit
df14c66341
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ export const unseenNotificationsFromStore = store => {
|
||||||
export const prepareNotificationObject = (notification, i18n) => {
|
export const prepareNotificationObject = (notification, i18n) => {
|
||||||
if (cachedBadgeUrl === null) {
|
if (cachedBadgeUrl === null) {
|
||||||
const favicon = FaviconService.getOriginalFavicons()[0]
|
const favicon = FaviconService.getOriginalFavicons()[0]
|
||||||
|
console.log(favicon)
|
||||||
if (!favicon) {
|
if (!favicon) {
|
||||||
cachedBadgeUrl = 'about:blank'
|
cachedBadgeUrl = 'about:blank'
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue