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

  Franz.loop(getMessages);
};