aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/cliq/webview.js
blob: c6d1ae6fc6e69c7c86f39228df210b44a9da712e (plain) (blame)
1
2
3
4
5
6
7
8
9
"use strict";

module.exports = Franz => {
  const getMessages = () => {
    Franz.setBadge(ConversationsList.getUnreadBadgeCount());
  };

  Franz.loop(getMessages);
};