Fixes javascript error with missing func (#3570)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
7c5c1d99ac
Коммит
d02b890150
@@ -156,7 +156,6 @@ function handleLeaveTeamEvent(msg) {
|
|||||||
}
|
}
|
||||||
} else if (TeamStore.getCurrentId() === msg.team_id) {
|
} else if (TeamStore.getCurrentId() === msg.team_id) {
|
||||||
UserActions.getMoreDmList();
|
UserActions.getMoreDmList();
|
||||||
GlobalActions.emitProfilesForDmList();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user