logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: ce17ebd3d00841d72cd9e4541cc73620849ef836
parent a17defc5abfe60b6aa0dc3275dac2cbec507472a
Author: Henry Jameson <me@hjkos.com>
Date:   Thu, 16 Nov 2023 20:45:07 +0200

use URL for original favicon instead of canvas

Diffstat:

Msrc/services/notification_utils/notification_utils.js2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/services/notification_utils/notification_utils.js b/src/services/notification_utils/notification_utils.js @@ -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 = {