Merge pull request #214 from torhve/fix-bufferlist
Fix bufferlist not working after reconnect Fix #183 Open #73
This commit is contained in:
commit
2e7c6b3fbe
1 changed files with 3 additions and 1 deletions
|
@ -631,7 +631,9 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout',
|
|||
});
|
||||
|
||||
$rootScope.$on('relayDisconnect', function() {
|
||||
models.reinitialize();
|
||||
// this reinitialze just breaks the bufferlist upon reconnection.
|
||||
// Disabled it until it's fully investigated and fixed
|
||||
//models.reinitialize();
|
||||
});
|
||||
|
||||
$scope.showSidebar = true;
|
||||
|
|
Loading…
Reference in a new issue