aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/cliq/webview.js
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2019-12-11 11:35:39 +0100
committerLibravatar Bennett <hello@vantezzen.io>2019-12-11 11:35:39 +0100
commit2491ea3c11de71391cd333cfc375576232d64cba (patch)
treecfc7b178be929d59ae75ae6ff419b3c11b3474a2 /uncompressed/cliq/webview.js
parentFix update error (diff)
downloadferdium-recipes-2491ea3c11de71391cd333cfc375576232d64cba.tar.gz
ferdium-recipes-2491ea3c11de71391cd333cfc375576232d64cba.tar.zst
ferdium-recipes-2491ea3c11de71391cd333cfc375576232d64cba.zip
Update packages
Diffstat (limited to 'uncompressed/cliq/webview.js')
-rw-r--r--uncompressed/cliq/webview.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/uncompressed/cliq/webview.js b/uncompressed/cliq/webview.js
new file mode 100644
index 0000000..c6d1ae6
--- /dev/null
+++ b/uncompressed/cliq/webview.js
@@ -0,0 +1,9 @@
1"use strict";
2
3module.exports = Franz => {
4 const getMessages = () => {
5 Franz.setBadge(ConversationsList.getUnreadBadgeCount());
6 };
7
8 Franz.loop(getMessages);
9}; \ No newline at end of file