aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/airmessage/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/airmessage/webview.js')
-rw-r--r--recipes/airmessage/webview.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/airmessage/webview.js b/recipes/airmessage/webview.js
new file mode 100644
index 0000000..a49ac80
--- /dev/null
+++ b/recipes/airmessage/webview.js
@@ -0,0 +1,8 @@
1module.exports = () => {
2 // TODO: If your AirMessage service has unread messages, uncomment these lines to implement the logic for updating the badges
3 // const getMessages = () => {
4 // // TODO: Insert your notification-finding code here
5 // Ferdi.setBadge(0, 0);
6 // };
7 // Ferdi.loop(getMessages);
8};