use URL for original favicon instead of canvas

このコミットが含まれているのは:
Henry Jameson 2023-11-16 20:45:07 +02:00
コミット ce17ebd3d0
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -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 = {