Fixes for creating teams (#4387)
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
1d4f42acd9
Коммит
6d3b3162b0
@@ -243,7 +243,7 @@ export function getMoreChannels(force) {
|
||||
}
|
||||
|
||||
export function getChannelStats(channelId = ChannelStore.getCurrentId()) {
|
||||
if (isCallInProgress('getChannelStats' + channelId)) {
|
||||
if (isCallInProgress('getChannelStats' + channelId) || channelId == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user