aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cliq/webview.js
blob: 067ea5b8102425ed91ac05f4daa71609821fad9c (plain) (blame)
1
2
3
4
5
6
7
module.exports = Ferdi => {
  const getMessages = () => {
    Ferdi.setBadge(ConversationsList.getUnreadBadgeCount());
  };

  Ferdi.loop(getMessages);
};