Final change to code affected by change to loading more channels logic

Этот коммит содержится в:
Reed Garmsen
2015-07-10 11:54:36 -07:00
родитель 2977467774
Коммит 6f043c5b74

Просмотреть файл

@@ -104,7 +104,7 @@ module.exports.updateLastViewedAt = function() {
module.exports.getMoreChannels = function(force) {
if (isCallInProgress("getMoreChannels")) return;
if (!ChannelStore.getMoreAll() || force) {
if (ChannelStore.getMoreAll().loading || force) {
callTracker["getMoreChannels"] = utils.getTimestamp();
client.getMoreChannels(