aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cliq
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/cliq')
-rw-r--r--recipes/cliq/package.json2
-rw-r--r--recipes/cliq/webview.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/cliq/package.json b/recipes/cliq/package.json
index ecb01f5..95c07af 100644
--- a/recipes/cliq/package.json
+++ b/recipes/cliq/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "cliq", 2 "id": "cliq",
3 "name": "Cliq", 3 "name": "Cliq",
4 "version": "1.1.0", 4 "version": "1.1.1",
5 "repository": "https://github.com/cliqgeek/recipe-cliq", 5 "repository": "https://github.com/cliqgeek/recipe-cliq",
6 "config": { 6 "config": {
7 "serviceURL": "https://www.zoho.com/cliq/login.html", 7 "serviceURL": "https://www.zoho.com/cliq/login.html",
diff --git a/recipes/cliq/webview.js b/recipes/cliq/webview.js
index 067ea5b..0c6e550 100644
--- a/recipes/cliq/webview.js
+++ b/recipes/cliq/webview.js
@@ -1,6 +1,6 @@
1module.exports = Ferdi => { 1module.exports = Ferdi => {
2 const getMessages = () => { 2 const getMessages = () => {
3 Ferdi.setBadge(ConversationsList.getUnreadBadgeCount()); 3 // Ferdi.setBadge(ConversationsList.getUnreadBadgeCount());
4 }; 4 };
5 5
6 Ferdi.loop(getMessages); 6 Ferdi.loop(getMessages);