aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nomadlist/webview.js
blob: 1afaa1c0015dcbe1a325f03162442c033f6e32ed (plain) (blame)
1
2
3
4
5
6
7
module.exports = (Ferdi) => {
  const getMessages = () => {
    Ferdi.setBadge($('.unread').length);
  };

  Ferdi.loop(getMessages);
};