aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/google-translate/webview.js
blob: ca1cf99b307ace98dd450a1d45d4aec67b143d07 (plain) (blame)
1
2
3
4
5
6
7
8
module.exports = () => {
  // TODO: If your google-translate 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);
};