mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 12:23:31 +01:00
Remove global updateInbox, used scoped version
// FREEBIE
This commit is contained in:
@@ -63,10 +63,6 @@
|
||||
}
|
||||
};
|
||||
|
||||
window.updateInbox = function() { // TODO: remove
|
||||
ConversationController.updateInbox();
|
||||
};
|
||||
|
||||
ConversationController.updateInbox();
|
||||
setUnreadCount(storage.get("unreadCount", 0));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user