aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xing/webview.js
blob: 75038bf4ba5fba987af087785746b50eaa425336 (plain) (blame)
1
2
3
4
5
6
7
module.exports = Ferdi => {
  function getUnreadConversations() {
    Ferdi.setBadge(document.querySelector('#unread-conversations').textContent);
  }

  Ferdi.loop(getUnreadConversations);
};