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

  Ferdi.loop(getMessages);
};