aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/workflowy/webview.js
blob: c3e00a8a231b3182b25f2256497f7fe7f0229b7a (plain) (blame)
1
2
3
4
5
6
7
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
  //   Ferdium.setBadge(0, 0);
  // };
  // Ferdium.loop(getMessages);
};