|
|
@ -385,6 +385,8 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout', |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
$scope.hasUnread = function(buffer) { |
|
|
|
$scope.hasUnread = function(buffer) { |
|
|
|
|
|
|
|
// if search is set, return every buffer
|
|
|
|
|
|
|
|
if($scope.search.$) return true; |
|
|
|
if($scope.onlyUnread) { |
|
|
|
if($scope.onlyUnread) { |
|
|
|
// Always show current buffer in list
|
|
|
|
// Always show current buffer in list
|
|
|
|
if (models.getActiveBuffer() == buffer) { |
|
|
|
if (models.getActiveBuffer() == buffer) { |
|
|
|