aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cliq/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/cliq/webview.js')
-rw-r--r--recipes/cliq/webview.js8
1 files changed, 1 insertions, 7 deletions
diff --git a/recipes/cliq/webview.js b/recipes/cliq/webview.js
index 0c6e550..23607bd 100644
--- a/recipes/cliq/webview.js
+++ b/recipes/cliq/webview.js
@@ -1,7 +1 @@
1module.exports = Ferdi => { module.exports = Ferdi => Ferdi;
2 const getMessages = () => {
3 // Ferdi.setBadge(ConversationsList.getUnreadBadgeCount());
4 };
5
6 Ferdi.loop(getMessages);
7};