Reset unread count on disconnect
This commit is contained in:
parent
58a26ceea9
commit
71cafde5a3
1 changed files with 1 additions and 0 deletions
|
@ -683,6 +683,7 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout',
|
|||
// this reinitialze just breaks the bufferlist upon reconnection.
|
||||
// Disabled it until it's fully investigated and fixed
|
||||
//models.reinitialize();
|
||||
$rootScope.$emit('notificationChanged');
|
||||
});
|
||||
|
||||
$scope.showSidebar = true;
|
||||
|
|
Loading…
Reference in a new issue