From 705befff5efd1a39d9b82dd8f12c8fac5b22f2ce Mon Sep 17 00:00:00 2001 From: Mark Storus Date: Thu, 11 Apr 2013 17:03:15 -0700 Subject: [PATCH] forgot to actually increase the inbox size --- static/js/channels.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/channels.js b/static/js/channels.js index 53d3fdb..abe0546 100644 --- a/static/js/channels.js +++ b/static/js/channels.js @@ -89,7 +89,7 @@ return Channel; }]).controller('ChannelListCtrl', ['$scope', '$rootScope', '$location', 'Channel', 'Message', 'channelState', 'utils', function ($scope, $rootScope, $location, Channel, Message, channelState, utils) { $scope.has_more_channels = true; - $scope.channel_fetch_size = 5; + $scope.channel_fetch_size = 10; var watch_notifications = function () { $scope.$watch('channel_list', function (newVal, oldVal) {