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/package.json | 2 +- recipes/messenger/webview.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes/messenger') diff --git a/recipes/messenger/package.json b/recipes/messenger/package.json index 2d1cddc..d3a50a0 100644 --- a/recipes/messenger/package.json +++ b/recipes/messenger/package.json @@ -1,7 +1,7 @@ { "id": "messenger", "name": "Messenger", - "version": "1.3.3", + "version": "1.4.0", "license": "MIT", "config": { "serviceURL": "https://messenger.com", 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