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