Merge pull request #157 from rgarmsen2295/mm-1265
MM-1265 Button to change roles now shows "click" mouse ptr when hovered over & change with loading more channels
Этот коммит содержится в:
@@ -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(
|
||||
|
||||
Ссылка в новой задаче
Block a user