From ed79419783ebf85056a27cdcd8802eac0d802f81 Mon Sep 17 00:00:00 2001 From: tukiplus <98679174+tukiplus@users.noreply.github.com> Date: Wed, 16 Feb 2022 20:33:50 +0900 Subject: Add WorkFlowy recipe (#829) --- recipes/workflowy/webview.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipes/workflowy/webview.js (limited to 'recipes/workflowy/webview.js') diff --git a/recipes/workflowy/webview.js b/recipes/workflowy/webview.js new file mode 100644 index 0000000..97238c9 --- /dev/null +++ b/recipes/workflowy/webview.js @@ -0,0 +1,8 @@ +module.exports = () => { + // TODO: If your workflowy service has unread messages, uncomment these lines to implement the logic for updating the badges + // const getMessages = () => { + // // TODO: Insert your notification-finding code here + // Ferdi.setBadge(0, 0); + // }; + // Ferdi.loop(getMessages); +}; -- cgit v1.2.3-70-g09d2