Leave result of _getMoreChannels unitialized if it does not yet exist in browser storage to know when list of more channels is loading vs when its empty
Этот коммит содержится в:
@@ -209,10 +209,6 @@ var ChannelStore = assign({}, EventEmitter.prototype, {
|
||||
catch (err) {
|
||||
}
|
||||
|
||||
if (channels == null) {
|
||||
channels = [];
|
||||
}
|
||||
|
||||
return channels;
|
||||
},
|
||||
_storeExtraInfos: function(extraInfos) {
|
||||
|
||||
Ссылка в новой задаче
Block a user