Skip to content

Commit

Permalink
forgot to actually increase the inbox size
Browse files Browse the repository at this point in the history
  • Loading branch information
mstorus committed Apr 12, 2013
1 parent ca27eba commit 705beff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/channels.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 705beff

Please sign in to comment.