use URL for original favicon instead of canvas

1289-button-text
Henry Jameson 10 months ago
parent a17defc5ab
commit ce17ebd3d0

@ -82,7 +82,7 @@ export const unseenNotificationsFromStore = store =>
export const prepareNotificationObject = (notification, i18n) => {
if (cachedBadgeUrl === null) {
const favicon = FaviconService.getOriginalFavicons()[0]
cachedBadgeUrl = favicon.favcanvas.toDataURL()
cachedBadgeUrl = favicon.favimg.href
}
const notifObj = {

Loading…
Cancel
Save