aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/workflowy/webview.js
blob: 97238c9a91a92ff73850d5e7c68b87a48b9e0633 (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
  //   Ferdi.setBadge(0, 0);
  // };
  // Ferdi.loop(getMessages);
};