diff --git a/js/conversation_controller.js b/js/conversation_controller.js index 05620cd75..54719049b 100644 --- a/js/conversation_controller.js +++ b/js/conversation_controller.js @@ -15,6 +15,9 @@ this.on('change:timestamp change:name change:number', this.sort); this.listenTo(conversations, 'add change:active_at', this.addActive); + this.listenTo(conversations, 'reset', function() { + this.reset([]); + }); this.on('add remove change:unreadCount', _.debounce(this.updateUnreadCount.bind(this), 1000)