aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/workflowy/webview.js
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-18 06:51:50 -0500
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-18 06:51:50 -0500
commit18801ed0c02627e87639dc0848cab44dacc18be2 (patch)
tree15e56ba66c68bf7b4594e6c9fdef44e037b4be31 /recipes/workflowy/webview.js
parentRemove deprecated webPreference flag (diff)
downloadferdium-recipes-18801ed0c02627e87639dc0848cab44dacc18be2.tar.gz
ferdium-recipes-18801ed0c02627e87639dc0848cab44dacc18be2.tar.zst
ferdium-recipes-18801ed0c02627e87639dc0848cab44dacc18be2.zip
Rebranded from 'ferdi' to 'ferdium' (companion changes for the main repo PR #2)
Diffstat (limited to 'recipes/workflowy/webview.js')
-rw-r--r--recipes/workflowy/webview.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/workflowy/webview.js b/recipes/workflowy/webview.js
index 97238c9..c3e00a8 100644
--- a/recipes/workflowy/webview.js
+++ b/recipes/workflowy/webview.js
@@ -2,7 +2,7 @@ module.exports = () => {
2 // TODO: If your workflowy service has unread messages, uncomment these lines to implement the logic for updating the badges 2 // TODO: If your workflowy service has unread messages, uncomment these lines to implement the logic for updating the badges
3 // const getMessages = () => { 3 // const getMessages = () => {
4 // // TODO: Insert your notification-finding code here 4 // // TODO: Insert your notification-finding code here
5 // Ferdi.setBadge(0, 0); 5 // Ferdium.setBadge(0, 0);
6 // }; 6 // };
7 // Ferdi.loop(getMessages); 7 // Ferdium.loop(getMessages);
8}; 8};