From fc58230e6d229acb0573fc10b6fc4fd451c87c9c Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sun, 17 Apr 2022 01:38:50 +0530 Subject: Rebranded from 'ferdi' to 'ferdium' (companion changes for the main repo PR #2) --- recipes/messenger/webview.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/messenger/webview.js') diff --git a/recipes/messenger/webview.js b/recipes/messenger/webview.js index d2d85fe..45b4460 100644 --- a/recipes/messenger/webview.js +++ b/recipes/messenger/webview.js @@ -6,14 +6,14 @@ module.exports = Ferdi => { /* * Notification case for group chats, workaround by tamas646 - * see https://github.com/getferdi/ferdi/issues/1113#issuecomment-783409154 + * see https://github.com/ferdium/ferdium-app/issues/1113#issuecomment-783409154 */ if (isNotification) { count = Ferdi.safeParseInt(/^\((\d+)\)/.exec(document.title)[1]); } else { /* * Notification case for direct messages, workaround by manavortex - * see https://github.com/getferdi/ferdi/issues/1113#issuecomment-846611765 + * see https://github.com/ferdium/ferdium-app/issues/1113#issuecomment-846611765 */ count = document.querySelectorAll( '._5fx8:not(._569x),._1ht3:not(._569x)', -- cgit v1.2.3-54-g00ecf