aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/airmessage/webview.js
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2022-01-01 20:51:29 +0100
committerLibravatar kytwb <kytwb@pm.me>2022-01-01 20:51:29 +0100
commitfa3368b49561e3a222f04a52e0d180dc95a750eb (patch)
treecd90aa80bfe6d95fc1fa0617929c8da859b21dcb /recipes/airmessage/webview.js
parentFix Scribens icon (diff)
downloadferdium-recipes-fa3368b49561e3a222f04a52e0d180dc95a750eb.tar.gz
ferdium-recipes-fa3368b49561e3a222f04a52e0d180dc95a750eb.tar.zst
ferdium-recipes-fa3368b49561e3a222f04a52e0d180dc95a750eb.zip
#811 Add AirMessage
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};